From 328c0538af42185562bfa9549701f7c5b7064d32 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 10 Jan 2001 02:11:32 +0000 Subject: Order LDADD flags correctly so it compiles. 2001-01-09 Miguel de Icaza * printing/Makefile.am: Order LDADD flags correctly so it compiles. svn path=/trunk/; revision=7349 --- addressbook/printing/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'addressbook/printing/Makefile.am') 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 = \ -- cgit