[anjuta] class-gen: bgo #590337 – Compile failure: not allowed to link against a -module



commit e29b765790af1d6e91060d4819e92e3c03d644bc
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Tue Aug 4 21:24:10 2009 +0200

    class-gen: bgo #590337 â?? Compile failure: not allowed to link against a -module

 plugins/class-gen/Makefile.am |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/plugins/class-gen/Makefile.am b/plugins/class-gen/Makefile.am
index 94b985e..89ff1d4 100644
--- a/plugins/class-gen/Makefile.am
+++ b/plugins/class-gen/Makefile.am
@@ -30,8 +30,8 @@ AM_CPPFLAGS = \
 
 libanjuta_class_gen_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
 
+#${top_builddir}/plugins/project-wizard/libanjuta-project-wizard.la \
 libanjuta_class_gen_la_LIBADD = \
-	${top_builddir}/plugins/project-wizard/libanjuta-project-wizard.la \
 	$(GIO_LIBS) \
 	$(LIBANJUTA_LIBS)
 
@@ -51,7 +51,11 @@ libanjuta_class_gen_la_SOURCES= \
 	validator.c \
 	validator.h \
 	window.c \
-	window.h
+	window.h \
+	../project-wizard/autogen.c \
+	../project-wizard/autogen.h \
+	../project-wizard/values.c \
+	../project-wizard/values.h
 	
 EXTRA_DIST = \
 	$(plugin_in_files) \



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