Revision: 1838 http://geany.svn.sourceforge.net/geany/?rev=1838&view=rev Author: ntrel Date: 2007-08-29 09:11:42 -0700 (Wed, 29 Aug 2007)
Log Message: ----------- Don't install Demo plugin.
Modified Paths: -------------- trunk/ChangeLog trunk/plugins/Makefile.am
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2007-08-29 15:51:27 UTC (rev 1837) +++ trunk/ChangeLog 2007-08-29 16:11:42 UTC (rev 1838) @@ -9,6 +9,8 @@ * doc/geany.txt, doc/geany.html: Added 'Inserting unicode characters' Editing section, adapted from a patch by John Gabriele (thanks). + * plugins/Makefile.am: + Don't install Demo plugin.
2007-08-28 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/plugins/Makefile.am =================================================================== --- trunk/plugins/Makefile.am 2007-08-29 15:51:27 UTC (rev 1837) +++ trunk/plugins/Makefile.am 2007-08-29 16:11:42 UTC (rev 1838) @@ -20,14 +20,13 @@
# Plugins to be installed plugin_LTLIBRARIES = \ - demoplugin.la \ classbuilder.la \ htmlchars.la \ export.la
# Plugins not to be installed -#noinst_LTLIBRARIES = \ - #demoplugin.la +noinst_LTLIBRARIES = \ + demoplugin.la
demoplugin_la_SOURCES = demoplugin.c classbuilder_la_SOURCES = classbuilder.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.