[msitools] Change library order to link with newer gcc
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] Change library order to link with newer gcc
- Date: Wed, 6 Feb 2013 14:40:12 +0000 (UTC)
commit ca3fa3c060dd1735ca319ae5ee5e29973164b901
Author: Fridrich Åtrba <fridrich strba bluewin ch>
Date: Wed Feb 6 15:40:00 2013 +0100
Change library order to link with newer gcc
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]