From 5abcc1995419a91bebe2e42a5218a374e36533c3 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Sun, 28 Oct 2001 20:21:52 +0000 Subject: More GNOME 2 work. We now compile up to libnautilus-private and I'm * Lots of files: More GNOME 2 work. We now compile up to libnautilus-private and I'm working my way through the files in there. Also changed all the initialize_class and initialize to class_init and init. --- libnautilus-adapter/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libnautilus-adapter/Makefile.am') diff --git a/libnautilus-adapter/Makefile.am b/libnautilus-adapter/Makefile.am index b8bf85eeb..2d628f018 100644 --- a/libnautilus-adapter/Makefile.am +++ b/libnautilus-adapter/Makefile.am @@ -5,7 +5,7 @@ lib_LTLIBRARIES=libnautilus-adapter.la INCLUDES=\ -I$(top_srcdir) \ - $(NAUTILUS_PRIVATE_CFLAGS) \ + $(LIBNAUTILUS_ADAPTER_CFLAGS) \ $(NULL) libnautilus_adapter_la_LDFLAGS= \ @@ -30,8 +30,8 @@ libnautilus_adapter_la_SOURCES = \ $(nautilus_adapter_factory_idl_sources): nautilus_adapter_factory_idl_stamp nautilus_adapter_factory_idl_stamp: nautilus-adapter-factory.idl - $(ORBIT_IDL) $(IDL_CFLAGS) $(srcdir)/nautilus-adapter-factory.idl - touch nautilus_adapter_factory_idl_stamp + $(ORBIT_IDL) -I$(top_srcdir) $(LIBNAUTILUS_ADAPTER_IDL_INCLUDES) $< + touch $@ CLEANFILES = \ @@ -43,3 +43,4 @@ EXTRA_DIST = \ dist-hook: cd $(distdir); rm -f $(CLEANFILES) + -- cgit v1.2.1