diff options
Diffstat (limited to 'libnautilus-adapter/Makefile.am')
-rw-r--r-- | libnautilus-adapter/Makefile.am | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/libnautilus-adapter/Makefile.am b/libnautilus-adapter/Makefile.am index 2d628f018..fe836e8ff 100644 --- a/libnautilus-adapter/Makefile.am +++ b/libnautilus-adapter/Makefile.am @@ -5,35 +5,30 @@ lib_LTLIBRARIES=libnautilus-adapter.la INCLUDES=\ -I$(top_srcdir) \ - $(LIBNAUTILUS_ADAPTER_CFLAGS) \ + $(CORE_CFLAGS) \ $(NULL) libnautilus_adapter_la_LDFLAGS= \ $(NULL) - nautilus_adapter_factory_idl_sources = \ nautilus-adapter-factory-stubs.c \ nautilus-adapter-factory-skels.c \ nautilus-adapter-factory.h \ nautilus-adapter-factory-common.c - BUILT_SOURCES = \ $(nautilus_adapter_factory_idl_sources) - libnautilus_adapter_la_SOURCES = \ $(nautilus_adapter_factory_idl_sources) \ $(NULL) - $(nautilus_adapter_factory_idl_sources): nautilus_adapter_factory_idl_stamp -nautilus_adapter_factory_idl_stamp: nautilus-adapter-factory.idl - $(ORBIT_IDL) -I$(top_srcdir) $(LIBNAUTILUS_ADAPTER_IDL_INCLUDES) $< +nautilus_adapter_factory_idl_stamp: nautilus-adapter-factory.idl $(ORBIT_IDL) + $(ORBIT_IDL) -I$(top_srcdir) $(CORE_IDL_INCLUDES) $< touch $@ - CLEANFILES = \ $(nautilus_adapter_factory_idl_sources) \ nautilus_adapter_factory_idl_stamp |