[ghex] Fix the order of LDADD



commit 31a18b9bd5b192aeb243f1727495e58906f0d48c
Author: RafaÅ? MużyÅ?o <galtgendo o2 pl>
Date:   Mon Feb 8 02:21:34 2010 +0100

    Fix the order of LDADD
    
    Order of LDADD in src/Makefile.am should be changed,
    so it links to libghex.la first, to avoiding linking
    to the system copy of libghex during build.
    
    Signed-off-by: Javier Jardón <jjardon gnome org>

 src/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 34e7081..94160b2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,8 +65,7 @@ EXTRA_DIST = \
 	ghex-marshal.list
 
 LDADD =	\
-	$(POPT_LIBS)	\
-	$(GHEX_LIBS)	\
-	libgtkhex.la
+	libgtkhex.la	\
+	$(GHEX_LIBS)
 
 CLEAN_FILES = $(BUILT_SOURCES)



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