[anjuta-extras/gtk3] scintilla: fix make distcheck



commit e68867788308f4b0d40ccf0fba3ade460b324499
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Fri Jun 3 22:22:57 2011 +0200

    scintilla: fix make distcheck

 plugins/scintilla/Makefile.am                   |    1 +
 plugins/scintilla/scintilla/Makefile.am         |    6 +++++-
 plugins/scintilla/scintilla/include/Makefile.am |    1 +
 plugins/scintilla/scintilla/lexers.make         |    1 +
 4 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/plugins/scintilla/Makefile.am b/plugins/scintilla/Makefile.am
index d3f1054..16cee0e 100644
--- a/plugins/scintilla/Makefile.am
+++ b/plugins/scintilla/Makefile.am
@@ -81,4 +81,5 @@ EXTRA_DIST = \
 	$(editor_plugin_DATA) \
 	$(editor_ui_DATA) \
 	$(editor_glade_DATA) \
+	$(prefs_keyfile) \
 	License.txt
diff --git a/plugins/scintilla/scintilla/Makefile.am b/plugins/scintilla/scintilla/Makefile.am
index ea3c067..0df2e3b 100644
--- a/plugins/scintilla/scintilla/Makefile.am
+++ b/plugins/scintilla/scintilla/Makefile.am
@@ -61,6 +61,9 @@ libanjuta_scintilla_la_SOURCES =\
 	Indicator.h \
 	KeyMap.h \
 	LexAccessor.h \
+	LexerModule.h \
+	LexerBase.h \
+	LexerSimple.h \
 	LineMarker.h \
 	OptionSet.h \
 	Partitioning.h \
@@ -106,7 +109,8 @@ $(srcdir)/lexers.make:
 	done; \
 	echo "" >> $(notdir $@); \
 	echo "" >> $(notdir $@); \
-	echo -n 'LEXER_SRCS = ' >> $(notdir $@); \
+	echo 'LEXER_SRCS = \' >> $(notdir $@); \
+	echo -n '	LexerNoExceptions.h' >> $(notdir $@); \
 	for lex in Lex*.cxx; do \
 		echo '\' >> $(notdir $@); \
 		echo -n "	$$lex" >> $(notdir $@); \
diff --git a/plugins/scintilla/scintilla/include/Makefile.am b/plugins/scintilla/scintilla/include/Makefile.am
index 727e00d..d035009 100644
--- a/plugins/scintilla/scintilla/include/Makefile.am
+++ b/plugins/scintilla/scintilla/include/Makefile.am
@@ -3,6 +3,7 @@
 
 scintilla_AM_CPPFLAGS = \
 	Accessor.h \
+	ILexer.h \
 	KeyWords.h \
 	Platform.h \
 	PropSet.h \
diff --git a/plugins/scintilla/scintilla/lexers.make b/plugins/scintilla/scintilla/lexers.make
index fa32e55..c1cfb5d 100644
--- a/plugins/scintilla/scintilla/lexers.make
+++ b/plugins/scintilla/scintilla/lexers.make
@@ -88,6 +88,7 @@ LEXER_OBJS = \
 	LexYAML.o
 
 LEXER_SRCS = \
+	LexerNoExceptions.h\
 	LexA68k.cxx\
 	LexAbaqus.cxx\
 	LexAda.cxx\



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