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 /addressbook/gui/contact-editor/Makefile.am | |
parent | 17b15d553997df67e72df705e5799ad5b050f04d (diff) | |
download | gsoc2013-evolution-e6b333085d57232c606bd8825f6ed3c54efac53f.tar.gz 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
Diffstat (limited to 'addressbook/gui/contact-editor/Makefile.am')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |