From e6b333085d57232c606bd8825f6ed3c54efac53f Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 14 Sep 2000 09:46:28 +0000 Subject: Added $(GNOME_PRINT_LIBS) to all of the test files in these directories. 2000-09-14 Christopher James Lahey * contact-editor/Makefile.am, gui/widgets/Makefile.am: Added $(GNOME_PRINT_LIBS) to all of the test files in these directories. svn path=/trunk/; revision=5423 --- addressbook/ChangeLog | 5 +++++ addressbook/contact-editor/Makefile.am | 1 + addressbook/gui/contact-editor/Makefile.am | 1 + addressbook/gui/widgets/Makefile.am | 3 +++ 4 files changed, 10 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 297a41a8e0..be03a0e633 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-09-14 Christopher James Lahey + + * contact-editor/Makefile.am, gui/widgets/Makefile.am: Added + $(GNOME_PRINT_LIBS) to all of the test files in these directories. + 2000-09-14 Michael Meeks * gui/component/Makefile.am (evolution_addressbook_LDADD): fix path. diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index 21363e849f..bdf16bde6a 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/contact-editor/Makefile.am @@ -45,6 +45,7 @@ contact_editor_test_LDADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/e-text/libetext.a \ + $(GNOME_PRINT_LIBS) \ $(EXTRA_GNOME_LIBS) evolutiondir = $(datadir)/evolution diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 21363e849f..bdf16bde6a 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -45,6 +45,7 @@ contact_editor_test_LDADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/e-text/libetext.a \ + $(GNOME_PRINT_LIBS) \ $(EXTRA_GNOME_LIBS) evolutiondir = $(datadir)/evolution diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 15b98e152c..9afcb020ef 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -50,6 +50,7 @@ minicard_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ libeminicard.a \ $(BONOBO_GNOME_LIBS) \ + $(GNOME_PRINT_LIBS) \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libversit/libversit.la \ @@ -68,6 +69,7 @@ reflow_test_SOURCES = \ reflow_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_GNOME_LIBS) \ + $(GNOME_PRINT_LIBS) \ libeminicard.a \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/e-util/libeutil.la \ @@ -105,6 +107,7 @@ minicard_widget_test_SOURCES = \ minicard_widget_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_GNOME_LIBS) \ + $(GNOME_PRINT_LIBS) \ libeminicard.a \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/e-util/libeutil.la \ -- cgit