From ca3fa3c060dd1735ca319ae5ee5e29973164b901 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 6 Feb 2013 15:40:00 +0100 Subject: Change library order to link with newer gcc --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c2137da..322ee88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,9 +115,9 @@ wixl_CPPFLAGS = \ $(NULL) wixl_LDADD = \ - $(WIXL_LIBS) \ - libmsi/libmsi.la \ libcommon.a \ + libmsi/libmsi.la \ + $(WIXL_LIBS) \ $(NULL) wixl_DEPENDENCIES = libmsi/libmsi.la -- cgit