diff options
author | Miguel de Icaza <miguel@gnu.org> | 2001-01-10 10:11:32 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-10 10:11:32 +0800 |
commit | 328c0538af42185562bfa9549701f7c5b7064d32 (patch) | |
tree | fac4c491232929f9fc66f00ee27ed9e99b49cac3 /addressbook/printing/Makefile.am | |
parent | bc21ec9a5c41fd9b86b56826dd1d7dba06bfbc1e (diff) | |
download | gsoc2013-evolution-328c0538af42185562bfa9549701f7c5b7064d32.tar.gz gsoc2013-evolution-328c0538af42185562bfa9549701f7c5b7064d32.tar.zst gsoc2013-evolution-328c0538af42185562bfa9549701f7c5b7064d32.zip |
Order LDADD flags correctly so it compiles.
2001-01-09 Miguel de Icaza <miguel@gnu.org>
* printing/Makefile.am: Order LDADD flags correctly so it compiles.
svn path=/trunk/; revision=7349
Diffstat (limited to 'addressbook/printing/Makefile.am')
-rw-r--r-- | addressbook/printing/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index a28f8bf7c1..5da0e655ff 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -42,26 +42,26 @@ contact_print_test_SOURCES = \ test-print.c contact_print_test_LDADD = \ - $(EXTRA_GNOME_LIBS) \ - $(BONOBO_GNOME_LIBS) \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/ename/libename.la \ libecontactprint.a \ + $(EXTRA_GNOME_LIBS) \ + $(BONOBO_GNOME_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) \ - $(BONOBO_GNOME_LIBS) \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/ename/libename.la \ libecontactprint.a \ + $(EXTRA_GNOME_LIBS) \ + $(BONOBO_GNOME_LIBS) \ $(GNOME_PRINT_LIBS) EXTRA_DIST = \ |