Revision: 1912 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1912&view=re... Author: hyperair Date: 2011-02-09 16:40:05 +0000 (Wed, 09 Feb 2011)
Log Message: ----------- Reorder EXTRA_DIST in geanylua/Makefile.am
Fixes the warnings thrown out by Automake about EXTRA_DIST being defined twice
Modified Paths: -------------- trunk/geany-plugins/geanylua/Makefile.am
Modified: trunk/geany-plugins/geanylua/Makefile.am =================================================================== --- trunk/geany-plugins/geanylua/Makefile.am 2011-02-08 17:57:56 UTC (rev 1911) +++ trunk/geany-plugins/geanylua/Makefile.am 2011-02-09 16:40:05 UTC (rev 1912) @@ -1,12 +1,12 @@ -EXTRA_DIST = util # don't install docs if disabled if ENABLE_GEANYLUA include $(top_srcdir)/build/vars.auxfiles.mk plugin = geanylua else include $(top_srcdir)/build/vars.docs.mk -EXTRA_DIST += $(AUXFILES) +EXTRA_DIST = $(AUXFILES) endif +EXTRA_DIST += util include $(top_srcdir)/build/vars.build.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.