anjuta r4755 - in trunk: . plugins/symbol-db plugins/symbol-db/test



Author: mcora
Date: Mon Feb 16 14:18:57 2009
New Revision: 4755
URL: http://svn.gnome.org/viewvc/anjuta?rev=4755&view=rev

Log:
	* configure.in:
	* plugins/symbol-db/Makefile.am:
	* plugins/symbol-db/test/Makefile.am:
	* plugins/symbol-db/test/main.c:
	removed outdated test file.

Removed:
   trunk/plugins/symbol-db/test/main.c
Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/plugins/symbol-db/Makefile.am
   trunk/plugins/symbol-db/test/Makefile.am

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Feb 16 14:18:57 2009
@@ -953,6 +953,7 @@
 plugins/gbf-mkfile/Makefile
 plugins/gbf-mkfile/gbf-mkfile-parse
 plugins/gbf-mkfile/GBF/Makefile
+plugins/symbol-db/test/Makefile
 plugins/symbol-db/images/Makefile
 plugins/symbol-db/Makefile
 plugins/cvs-plugin/Makefile

Modified: trunk/plugins/symbol-db/Makefile.am
==============================================================================
--- trunk/plugins/symbol-db/Makefile.am	(original)
+++ trunk/plugins/symbol-db/Makefile.am	Mon Feb 16 14:18:57 2009
@@ -1,4 +1,4 @@
-SUBDIRS = images 
+SUBDIRS = images test 
 
 symbol_db_datadir = $(anjuta_data_dir)
 symbol_db_data_DATA = tables.sql

Modified: trunk/plugins/symbol-db/test/Makefile.am
==============================================================================
--- trunk/plugins/symbol-db/test/Makefile.am	(original)
+++ trunk/plugins/symbol-db/test/Makefile.am	Mon Feb 16 14:18:57 2009
@@ -1,7 +1,6 @@
 
 bin_PROGRAMS = \
-	benchmark \
-	test-symbol-db 
+	benchmark
 	
 
 AM_CPPFLAGS = \
@@ -19,24 +18,6 @@
 
 AM_CFLAGS = -g -pg
 
-test_symbol_db_SOURCES = \
-	main.c       \
-	../readtags.c       \
-	../readtags.h       \
-	../symbol-db-engine-core.c       \
-	../symbol-db-engine-queries.c       \
-	../symbol-db-engine-utils.c  \
-	../symbol-db-engine-iterator.c       \
-	../symbol-db-engine-iterator.h \
-	../symbol-db-engine-iterator-node.c \
-	../symbol-db-engine-iterator-node.h \
-	../symbol-db-view.h \
-	../symbol-db-view.c  
-
-test_symbol_db_LDFLAGS = \
-	$(LIBANJUTA_LIBS) \
-	$(PLUGIN_SYMBOL_DB_LIBS)
-
 benchmark_SOURCES = \
 	benchmark.c       \
 	../readtags.c       \
@@ -56,23 +37,6 @@
 	$(PLUGIN_SYMBOL_DB_LIBS)
 
 
-gda_2_connections_bug_SOURCES = \
-	gda_two_connections_bug.c       \
-	../readtags.c       \
-	../readtags.h       \
-	../symbol-db-engine.c       \
-	../symbol-db-engine.h       \
-	../symbol-db-engine-iterator.c       \
-	../symbol-db-engine-iterator.h \
-	../symbol-db-engine-iterator-node.c \
-	../symbol-db-engine-iterator-node.h \
-	../symbol-db-view.h \
-	../symbol-db-view.c
-
-gda_2_connections_bug_LDFLAGS = \
-	$(LIBANJUTA_LIBS) \
-	$(PLUGIN_SYMBOL_DB_LIBS)
-
 ## File created by the gnome-build tools
 
 



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