SF.net SVN: geany:[3614] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Mar 2 20:34:06 UTC 2009


Revision: 3614
          http://geany.svn.sourceforge.net/geany/?rev=3614&view=rev
Author:   eht16
Date:     2009-03-02 20:34:06 +0000 (Mon, 02 Mar 2009)

Log Message:
-----------
Add main.h to the list of installed header files.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/Makefile.am
    trunk/wscript

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-03-02 20:33:48 UTC (rev 3613)
+++ trunk/ChangeLog	2009-03-02 20:34:06 UTC (rev 3614)
@@ -2,6 +2,8 @@
 
  * geany.pc.in:
    Adjust minimum required GTK version.
+ * src/Makefile.am, wscript:
+   Add main.h to the list of installed header files.
 
 
 2009-02-27  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2009-03-02 20:33:48 UTC (rev 3613)
+++ trunk/src/Makefile.am	2009-03-02 20:34:06 UTC (rev 3614)
@@ -59,6 +59,7 @@
 	highlighting.h \
 	keybindings.h \
 	geany.h \
+	main.h \
 	msgwindow.h \
 	plugins.h \
 	plugindata.h \

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2009-03-02 20:33:48 UTC (rev 3613)
+++ trunk/wscript	2009-03-02 20:34:06 UTC (rev 3614)
@@ -395,7 +395,7 @@
 	# Headers
 	bld.install_files('${PREFIX}/include/geany', '''
 		src/dialogs.h src/document.h src/editor.h src/encodings.h src/filetypes.h src/geany.h
-		src/highlighting.h src/keybindings.h src/msgwindow.h src/plugindata.h src/plugins.h
+		src/highlighting.h src/keybindings.h src/main.h src/msgwindow.h src/plugindata.h src/plugins.h
 		src/prefs.h src/project.h src/sciwrappers.h src/search.h src/support.h src/templates.h
 		src/toolbar.h src/ui_utils.h src/utils.h
 		plugins/pluginmacros.h plugins/geanyfunctions.h ''')


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list