[glibmm] clean up the list of .hg fragments in giomm



commit 891659730340fe53fdd84c7c2321144fad2a479e
Author: Jonathon Jongsma <jonathon quotidian org>
Date:   Thu Jun 18 23:37:09 2009 -0500

    clean up the list of .hg fragments in giomm

 ChangeLog                               |    5 +++
 gio/src/Makefile_list_of_hg.am_fragment |   54 +++++++++++++++++++++++++++----
 2 files changed, 52 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 83ee482..fe79061 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-06-18  Jonathon Jongsma  <jonathon quotidian org>
 
+	* gio/src/Makefile_list_of_hg.am_fragment: put one .hg file on a
+	  line and put sort them so it's easier to maintain this list
+
+2009-06-18  Jonathon Jongsma  <jonathon quotidian org>
+
 	* .gitignore:
 	* gio/src/Makefile_list_of_hg.am_fragment:
 	* gio/src/gio_signals.defs: re-generate with signals and properties
diff --git a/gio/src/Makefile_list_of_hg.am_fragment b/gio/src/Makefile_list_of_hg.am_fragment
index 12a315a..91a32c5 100644
--- a/gio/src/Makefile_list_of_hg.am_fragment
+++ b/gio/src/Makefile_list_of_hg.am_fragment
@@ -5,13 +5,53 @@
 
 files_posix_hg = unixinputstream.hg unixoutputstream.hg desktopappinfo.hg
 files_win32_hg =
-files_general_hg = appinfo.hg asyncresult.hg cancellable.hg drive.hg emblem.hg emblemedicon.hg error.hg file.hg fileattributeinfo.hg \
-				   fileattributeinfolist.hg fileenumerator.hg fileicon.hg fileinfo.hg fileinputstream.hg fileiostream.hg fileoutputstream.hg \
-				   filemonitor.hg filterinputstream.hg filteroutputstream.hg filenamecompleter.hg \
-				   icon.hg inetaddress.hg inetsocketaddress.hg inputstream.hg iostream.hg loadableicon.hg memoryoutputstream.hg mount.hg mountoperation.hg outputstream.hg \
-				   resolver.hg seekable.hg socketaddress.hg socketaddressenumerator.hg socketconnectable.hg srvtarget.hg volume.hg volumemonitor.hg bufferedinputstream.hg \
-				   bufferedoutputstream.hg datainputstream.hg dataoutputstream.hg enums.hg \
-				   memoryinputstream.hg themedicon.hg
+files_general_hg = \
+                   appinfo.hg \
+                   asyncresult.hg \
+                   bufferedinputstream.hg \
+                   bufferedoutputstream.hg \
+                   cancellable.hg \
+                   datainputstream.hg \
+                   dataoutputstream.hg \
+                   drive.hg \
+                   emblemedicon.hg \
+                   emblem.hg \
+                   enums.hg \
+                   error.hg \
+                   fileattributeinfo.hg \
+                   fileattributeinfolist.hg \
+                   fileenumerator.hg \
+                   file.hg \
+                   fileicon.hg \
+                   fileinfo.hg \
+                   fileinputstream.hg \
+                   fileiostream.hg \
+                   filemonitor.hg \
+                   filenamecompleter.hg \
+                   fileoutputstream.hg \
+                   filterinputstream.hg \
+                   filteroutputstream.hg \
+                   icon.hg \
+                   inetaddress.hg \
+                   inetsocketaddress.hg \
+                   inputstream.hg \
+                   iostream.hg \
+                   loadableicon.hg \
+                   memoryinputstream.hg \
+                   memoryoutputstream.hg \
+                   mount.hg \
+                   mountoperation.hg \
+                   outputstream.hg \
+                   resolver.hg \
+                   seekable.hg \
+                   socketaddressenumerator.hg \
+                   socketaddress.hg \
+                   socketconnectable.hg \
+                   srvtarget.hg \
+                   themedicon.hg \
+                   volume.hg \
+                   volumemonitor.hg \
+                   $(NULL)
 
 include $(top_srcdir)/build_shared/Makefile_build_gensrc.am_fragment
 



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