[anjuta] build: Link against the libraries that anjuta uses



commit 97909de0e14377853412b07e8e280d824a944174
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Dec 7 15:35:46 2010 +1100

    build: Link against the libraries that anjuta uses

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 19a4a51..d570501 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,6 +43,7 @@ anjuta_SOURCES = \
 	main.c
 
 anjuta_LDADD =  \
+	$(ANJUTA_LIBS) \
 	$(GDL_LIBS) \
 	$(LIBANJUTA_LIBS)
 



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