aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-12 22:34:38 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-12 22:34:38 +0800
commit2f6d004d5a364622cb11e5557a73bf2ecb9ba3e0 (patch)
tree6d97790b89a25773d4e203e9aea5395f13c6cd77
parent3e2c8b0434fa94bbb41c6bd36399c7f119f41e90 (diff)
downloadgsoc2013-evolution-2f6d004d5a364622cb11e5557a73bf2ecb9ba3e0.tar
gsoc2013-evolution-2f6d004d5a364622cb11e5557a73bf2ecb9ba3e0.tar.gz
gsoc2013-evolution-2f6d004d5a364622cb11e5557a73bf2ecb9ba3e0.tar.bz2
gsoc2013-evolution-2f6d004d5a364622cb11e5557a73bf2ecb9ba3e0.tar.lz
gsoc2013-evolution-2f6d004d5a364622cb11e5557a73bf2ecb9ba3e0.tar.xz
gsoc2013-evolution-2f6d004d5a364622cb11e5557a73bf2ecb9ba3e0.tar.zst
gsoc2013-evolution-2f6d004d5a364622cb11e5557a73bf2ecb9ba3e0.zip
Ettore fixed compilation.
2000-08-12 Christopher James Lahey <clahey@helixcode.com> * printing/Makefile.am: Ettore fixed compilation. svn path=/trunk/; revision=4775
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/printing/Makefile.am6
2 files changed, 7 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index c621047ca0..6b2102ddd1 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,9 @@
2000-08-12 Christopher James Lahey <clahey@helixcode.com>
+ * printing/Makefile.am: Ettore fixed compilation.
+
+2000-08-12 Christopher James Lahey <clahey@helixcode.com>
+
* backend/ebook/.cvsignore: Added load-gnomecard-addressbook.
2000-08-12 Christopher James Lahey <clahey@helixcode.com>
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 \