Don't install Demo plugin.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1838 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2007-08-29 16:11:42 +00:00
parent c411a99c08
commit 83a82cfdd4
2 changed files with 4 additions and 3 deletions

View File

@ -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>

View File

@ -20,14 +20,13 @@ if PLUGINS
# 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