[gtksourceviewmm] Update filelists.



commit 7c3ca8f7d2cb7bc9a30dc5a4d590df83f22c7f77
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Sun Mar 27 15:49:03 2011 +0200

    Update filelists.
    
    * gtksourceview/gtksourceviewmm/filelist.am:
    * gtksourceview/src/filelist.am: Almost like ran source_truncate.pl
    on them.

 gtksourceview/gtksourceviewmm/filelist.am |    4 +-
 gtksourceview/src/filelist.am             |   46 ++++++++++++++--------------
 2 files changed, 25 insertions(+), 25 deletions(-)
---
diff --git a/gtksourceview/gtksourceviewmm/filelist.am b/gtksourceview/gtksourceviewmm/filelist.am
index e2b7edc..793c337 100644
--- a/gtksourceview/gtksourceviewmm/filelist.am
+++ b/gtksourceview/gtksourceviewmm/filelist.am
@@ -1,6 +1,6 @@
 files_built_cc = $(files_hg:.hg=.cc) wrap_init.cc
 files_built_h  = $(files_hg:.hg=.h)
 files_built_ph = $(patsubst %.hg,private/%_p.h,$(files_hg))
-files_extra_cc = init.cc sourcemarkup.cc
-files_extra_h  = init.h wrap_init.h sourcemarkup.h
+files_extra_cc = init.cc markup.cc
+files_extra_h  = init.h wrap_init.h markup.h
 files_extra_ph =
diff --git a/gtksourceview/src/filelist.am b/gtksourceview/src/filelist.am
index a91fc27..8f9f1e2 100644
--- a/gtksourceview/src/filelist.am
+++ b/gtksourceview/src/filelist.am
@@ -9,28 +9,28 @@ files_defs =				\
 	gtksourceview_docs_override.xml
 
 files_hg =				\
-	sourcebuffer.hg			\
-	sourcecompletion.hg		\
-	sourcecompletionactivation.hg   \
-	sourcecompletioncontext.hg	\
-	sourcecompletioninfo.hg		\
-	sourcecompletionitem.hg		\
-	sourcecompletionproposal.hg	\
-	sourcecompletionprovider.hg	\
-	sourcecompletionwords.hg        \
-	sourcegutter.hg			\
-	sourcegutterrenderer.hg		\
-	sourcegutterrendererpixbuf.hg	\
-	sourcegutterrenderertext.hg	\
-	sourcelanguage.hg		\
-	sourcelanguagemanager.hg	\
-	sourcemark.hg			\
-	sourcemarkattributes.hg		\
-	sourceprintcompositor.hg	\
-	sourcestyle.hg			\
-	sourcestylescheme.hg		\
-	sourcestyleschememanager.hg	\
-	sourceundomanager.hg		\
-	sourceview.hg
+	buffer.hg			\
+	completion.hg			\
+	completionactivation.hg		\
+	completioncontext.hg		\
+	completioninfo.hg		\
+	completionitem.hg		\
+	completionproposal.hg		\
+	completionprovider.hg		\
+	completionwords.hg		\
+	gutter.hg			\
+	gutterrenderer.hg		\
+	gutterrendererpixbuf.hg		\
+	gutterrenderertext.hg		\
+	language.hg			\
+	languagemanager.hg		\
+	mark.hg				\
+	markattributes.hg		\
+	printcompositor.hg		\
+	style.hg			\
+	stylescheme.hg			\
+	styleschememanager.hg		\
+	undomanager.hg			\
+	view.hg
 
 files_ccg = $(files_hg:.hg=.ccg)



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