diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-14 17:46:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-14 17:46:28 +0800 |
commit | e6b333085d57232c606bd8825f6ed3c54efac53f (patch) | |
tree | bec290bb565acdbfc8b7d448a2948e77a1e8a51d | |
parent | 17b15d553997df67e72df705e5799ad5b050f04d (diff) | |
download | gsoc2013-evolution-e6b333085d57232c606bd8825f6ed3c54efac53f.tar gsoc2013-evolution-e6b333085d57232c606bd8825f6ed3c54efac53f.tar.gz gsoc2013-evolution-e6b333085d57232c606bd8825f6ed3c54efac53f.tar.bz2 gsoc2013-evolution-e6b333085d57232c606bd8825f6ed3c54efac53f.tar.lz gsoc2013-evolution-e6b333085d57232c606bd8825f6ed3c54efac53f.tar.xz gsoc2013-evolution-e6b333085d57232c606bd8825f6ed3c54efac53f.tar.zst gsoc2013-evolution-e6b333085d57232c606bd8825f6ed3c54efac53f.zip |
Added $(GNOME_PRINT_LIBS) to all of the test files in these directories.
2000-09-14 Christopher James Lahey <clahey@helixcode.com>
* 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
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/contact-editor/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 3 |
4 files changed, 10 insertions, 0 deletions
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 <clahey@helixcode.com> + + * 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 <michael@helixcode.com> * 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 \ |