[vinagre] Fix linking order



commit 5669c7e9988701ea3eda2de86924edaa90711400
Author: Robert Ancell <robert ancell gmail com>
Date:   Wed Jul 29 11:51:41 2009 +1000

    Fix linking order

 vinagre/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vinagre/Makefile.am b/vinagre/Makefile.am
index 5f7d856..52d4159 100644
--- a/vinagre/Makefile.am
+++ b/vinagre/Makefile.am
@@ -114,10 +114,10 @@ vinagre_SOURCES = \
   vinagre-main.c
 
 vinagre_LDADD = \
+	libvinagre.la \
 	$(VINAGRE_LIBS)		\
 	$(AVAHI_LIBS)		\
 	$(GTKVNC_LIBS)		\
-	libvinagre.la \
 	$(NULL)
 
 vinagre_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
@@ -183,10 +183,10 @@ vinagre_applet_SOURCES += vinagre-mdns.h vinagre-mdns.c
 endif
 
 vinagre_applet_LDADD =			\
+	view/libview.la			\
 	$(APPLET_LIBS)			\
 	$(VINAGRE_LIBS)			\
 	$(AVAHI_LIBS)			\
-	view/libview.la			\
 	$(NULL)
 vinagre_applet_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]