From 7e3a3892c4b93965198e5518f112679c4ff8bac6 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 25 Apr 2000 18:42:37 +0000 Subject: The Joy of Broken Makefiles Part #2. svn path=/trunk/; revision=2609 --- addressbook/backend/ebook/Makefile.am | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'addressbook/backend/ebook') diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index fb064888cd..3dfe72fec4 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -11,7 +11,7 @@ CORBA_SOURCE = \ idls = \ $(srcdir)/../idl/addressbook.idl -idl_flags = `$(GNOME_CONFIG) --cflags idl` +idl_flags = `$(GNOME_CONFIG) --cflags idl` -I $(datadir)/idl $(CORBA_SOURCE): $(idls) $(ORBIT_IDL) $(srcdir)/../idl/addressbook.idl $(idl_flags) @@ -22,7 +22,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook/backend \ -I$(top_builddir)/addressbook/backend \ - $(GNOME_INCLUDEDIR) + $(BONOBO_GNOME_CFLAGS) gnome_libs = \ $(GNOME_LIBDIR) \ @@ -65,11 +65,7 @@ test_client_SOURCES = \ test-client.c test_client_LDADD = \ - $(GTK_LIBS) \ - $(GNOME_LIBDIR) \ - $(GNOMEGNORBA_LIBS) \ - $(INTLLIBS) \ - -lbonobo \ + $(BONOBO_GNOME_LIBS) \ $(ebook_libs) \ $(top_builddir)/libversit/libversit.la @@ -77,11 +73,7 @@ test_client_list_SOURCES = \ test-client-list.c test_client_list_LDADD = \ - $(GTK_LIBS) \ - $(GNOME_LIBDIR) \ - $(GNOMEGNORBA_LIBS) \ - $(INTLLIBS) \ - -lbonobo \ + $(BONOBO_GNOME_LIBS) \ $(ebook_libs) \ $(top_builddir)/libversit/libversit.la @@ -89,11 +81,7 @@ test_card_SOURCES = \ test-card.c test_card_LDADD = \ - $(GTK_LIBS) \ - $(GNOME_LIBDIR) \ - $(GNOMEGNORBA_LIBS) \ - $(INTLLIBS) \ - -lbonobo \ + $(BONOBO_GNOME_LIBS) \ $(ebook_libs) \ $(top_builddir)/libversit/libversit.la -- cgit v1.2.3