From 2f6d004d5a364622cb11e5557a73bf2ecb9ba3e0 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 12 Aug 2000 14:34:38 +0000 Subject: Ettore fixed compilation. 2000-08-12 Christopher James Lahey * printing/Makefile.am: Ettore fixed compilation. svn path=/trunk/; revision=4775 --- addressbook/printing/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/printing/Makefile.am') diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index 2e8e41c41f..62a401dc5d 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -43,20 +43,20 @@ contact_print_test_SOURCES = \ contact_print_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ - -lbonobo \ + $(BONOBO_GNOME_LIBS) \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/addressbook/ename/libename.la \ libecontactprint.a \ - $(GNOME_PRINT_LIBS) + $(GNOME_PRINT_LIBS) contact_print_style_editor_test_SOURCES = \ test-contact-print-style-editor.c contact_print_style_editor_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ - -lbonobo \ + $(BONOBO_GNOME_LIBS) \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libversit/libversit.la \ -- cgit v1.2.3