SF.net SVN: geany:[3332] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Dec 6 15:26:59 UTC 2008


Revision: 3332
          http://geany.svn.sourceforge.net/geany/?rev=3332&view=rev
Author:   eht16
Date:     2008-12-06 15:26:59 +0000 (Sat, 06 Dec 2008)

Log Message:
-----------
Install toolbar.h.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-12-06 12:28:21 UTC (rev 3331)
+++ trunk/ChangeLog	2008-12-06 15:26:59 UTC (rev 3332)
@@ -29,6 +29,8 @@
    data directory and use the contents for the new file.
    Add a menu item to 'Tools->Configuration files' for the toolbar UI
    definition.
+ * src/Makefile.am, wscript:
+   Install toolbar.h.
 
 
 2008-12-05  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2008-12-06 12:28:21 UTC (rev 3331)
+++ trunk/src/Makefile.am	2008-12-06 15:26:59 UTC (rev 3332)
@@ -67,6 +67,7 @@
 	search.h \
 	support.h \
 	templates.h \
+	toolbar.h \
 	ui_utils.h \
 	utils.h
 

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2008-12-06 12:28:21 UTC (rev 3331)
+++ trunk/wscript	2008-12-06 15:26:59 UTC (rev 3332)
@@ -373,7 +373,7 @@
 		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/prefs.h src/project.h src/sciwrappers.h src/search.h src/support.h src/templates.h
-		src/ui_utils.h src/utils.h
+		src/toolbar.h src/ui_utils.h src/utils.h
 		plugins/pluginmacros.h ''')
 	bld.install_files('${PREFIX}/include/geany/scintilla', '''
 		scintilla/include/SciLexer.h scintilla/include/Scintilla.h scintilla/include/Scintilla.iface


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