[anjuta] Fixed distcheck (mostly)



commit e43fd1b36c7cbe3f9aecc8f9b7d30f8526f9685c
Author: Johannes Schmid <jhs gnome org>
Date:   Tue Dec 22 20:01:55 2009 +0100

    Fixed distcheck (mostly)

 configure.in                              |    3 +--
 plugins/language-support-js/Makefile.am   |    2 +-
 plugins/starter/Makefile.am               |    6 +-----
 plugins/symbol-db/Makefile.am             |    2 +-
 plugins/symbol-db/anjuta-tags/Makefile.am |   18 ++++++++++++------
 5 files changed, 16 insertions(+), 15 deletions(-)
---
diff --git a/configure.in b/configure.in
index 4f9ed81..9961c5a 100644
--- a/configure.in
+++ b/configure.in
@@ -788,10 +788,9 @@ plugins/symbol-db/benchmark/Makefile
 plugins/symbol-db/images/Makefile
 plugins/symbol-db/Makefile
 plugins/symbol-db/anjuta-tags/Makefile
-plugins/symbol-db/test-queries/Makefile
-plugins/cvs-plugin/Makefile
 plugins/project-wizard/Makefile
 plugins/macro/Makefile
+plugins/cvs-plugin/Makefile
 plugins/subversion/Makefile
 plugins/git/Makefile
 plugins/sourceview/Makefile
diff --git a/plugins/language-support-js/Makefile.am b/plugins/language-support-js/Makefile.am
index 815ba27..9bf9028 100644
--- a/plugins/language-support-js/Makefile.am
+++ b/plugins/language-support-js/Makefile.am
@@ -50,7 +50,7 @@ plugin_LTLIBRARIES = libjs_support_plugin.la
 
 # Plugin sources
 libjs_support_plugin_la_SOURCES = plugin.c plugin.h code-completion.c code-completion.h util.c util.h \
-y.tab.c y.tab.h lex.yy.c lex.yy.h js-node.c js-node.h js-context.c js-context.h jsparse.c jsparse.h ijs-symbol.h ijs-symbol.c gir-symbol.c gir-symbol.h gi-symbol.c gi-symbol.h simple-symbol.c simple-symbol.h local-symbol.c local-symbol.h  node-symbol.c node-symbol.h import-symbol.c import-symbol.h dir-symbol.c dir-symbol.h std-symbol.c std-symbol.h database-symbol.c database-symbol.h db-anjuta-symbol.c db-anjuta-symbol.h
+y.tab.c y.tab.h lex.yy.c lex.yy.h js-node.c js-node.h js-context.c js-context.h jsparse.c jsparse.h ijs-symbol.h ijs-symbol.c gir-symbol.c gir-symbol.h gi-symbol.c gi-symbol.h simple-symbol.c simple-symbol.h local-symbol.c local-symbol.h  node-symbol.c node-symbol.h import-symbol.c import-symbol.h dir-symbol.c dir-symbol.h std-symbol.c std-symbol.h database-symbol.c database-symbol.h db-anjuta-symbol.c db-anjuta-symbol.h jstypes.h
 
 # Plugin dependencies
 libjs_support_plugin_la_LIBADD = \
diff --git a/plugins/starter/Makefile.am b/plugins/starter/Makefile.am
index 35bc00d..17a7edc 100644
--- a/plugins/starter/Makefile.am
+++ b/plugins/starter/Makefile.am
@@ -6,7 +6,7 @@ starter_plugindir = $(anjuta_plugin_dir)
 starter_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
 starter_pixmapsdir = $(anjuta_image_dir)
-starter_pixmaps_DATA = starter-logo.png 
+starter_pixmaps_DATA = starter_logo.png 
 
 plugindir = $(anjuta_plugin_dir)
 plugin_LTLIBRARIES = libanjuta-starter.la
@@ -29,10 +29,6 @@ libanjuta_starter_la_SOURCES= \
 	starter.h \
 	starter.c
 
-starter_pixmapsdir = $(anjuta_image_dir)
-starter_pixmaps_DATA = \
-	starter_logo.png
-	
 include $(top_srcdir)/scripts/build-schemas.mk
 
 EXTRA_DIST = \
diff --git a/plugins/symbol-db/Makefile.am b/plugins/symbol-db/Makefile.am
index b7eb17f..a9cb65f 100644
--- a/plugins/symbol-db/Makefile.am
+++ b/plugins/symbol-db/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = . anjuta-tags images benchmark test-queries
+SUBDIRS = . anjuta-tags images benchmark
 
 symbol_db_datadir = $(anjuta_data_dir)
 symbol_db_data_DATA = tables.sql
diff --git a/plugins/symbol-db/anjuta-tags/Makefile.am b/plugins/symbol-db/anjuta-tags/Makefile.am
index bef0750..454fa30 100644
--- a/plugins/symbol-db/anjuta-tags/Makefile.am
+++ b/plugins/symbol-db/anjuta-tags/Makefile.am
@@ -108,12 +108,17 @@ anjuta_tags_SOURCES = \
 	vstring.c        \
 	vstring.h        \
 	yacc.c	\
-js_parser/y.tab.c	\
-js_parser/lex.yy.c   \
-js_parser/jsparse.c   \
-js_parser/js-context.c   \
-js_parser/js-node.c
-
+	js_parser/y.tab.c	\
+	js_parser/y.tab.h	\
+	js_parser/lex.yy.c   \
+	js_parser/lex.yy.h	\
+	js_parser/jsparse.c   \
+	js_parser/jsparse.h	\
+	js_parser/js-context.c   \
+	js_parser/js-context.h	\
+	js_parser/js-node.c	\
+	js_parser/js-node.h	\
+	js_parser/jstypes.h
 
 anjuta_tags_LDFLAGS = \
 		$(GLIB_LDFLAGS) \
@@ -123,3 +128,4 @@ anjuta_tags_LDADD = \
 		$(GLIB_LIBS) \
 		$(LIBXML_LIBS)
 
+EXTRA_DIST = ${YACCFILE} ${LEXFILE}



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