[anjuta: 1/4] symbol-db: changed Makefile.am for test purposes



commit c5757158bb2b73ea83c05ad17df78e8d6407859d
Author: Massimo Corà <mcora src gnome org>
Date:   Thu Jun 11 18:30:32 2009 +0200

    symbol-db: changed Makefile.am for test purposes
    
    some tests for cxxparser are in place.

 configure.in                  |    2 ++
 plugins/symbol-db/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index ef32d51..66709ee 100644
--- a/configure.in
+++ b/configure.in
@@ -74,6 +74,7 @@ GNOME_DOC_INIT
 AC_PROG_CC
 AC_PROG_CPP
 AC_LANG_C
+AC_PROG_CXX
 
 GNOME_COMPILE_WARNINGS(maximum)
 AM_CFLAGS="$AM_CFLAGS $WARN_CFLAGS"
@@ -757,6 +758,7 @@ plugins/gbf-mkfile/gbf-mkfile-parse
 plugins/gbf-mkfile/GBF/Makefile
 plugins/symbol-db/test/Makefile
 plugins/symbol-db/images/Makefile
+plugins/symbol-db/cxxparser/Makefile
 plugins/symbol-db/Makefile
 plugins/cvs-plugin/Makefile
 plugins/project-wizard/Makefile
diff --git a/plugins/symbol-db/Makefile.am b/plugins/symbol-db/Makefile.am
index 7817f2d..ce37d3d 100644
--- a/plugins/symbol-db/Makefile.am
+++ b/plugins/symbol-db/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = images test 
+SUBDIRS = images test cxxparser 
 
 symbol_db_datadir = $(anjuta_data_dir)
 symbol_db_data_DATA = tables.sql



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