Revision: 1716 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1716&view=re... Author: hyperair Date: 2010-11-05 18:38:39 +0000 (Fri, 05 Nov 2010)
Log Message: ----------- Integrate GeanyPrj's Makefile.am's with AM_CONDITIONALs
Modified Paths: -------------- trunk/geany-plugins/geanyprj/Makefile.am trunk/geany-plugins/geanyprj/src/Makefile.am
Modified: trunk/geany-plugins/geanyprj/Makefile.am =================================================================== --- trunk/geany-plugins/geanyprj/Makefile.am 2010-11-05 18:38:10 UTC (rev 1715) +++ trunk/geany-plugins/geanyprj/Makefile.am 2010-11-05 18:38:39 UTC (rev 1716) @@ -1,4 +1,8 @@ +if ENABLE_GEANYPRJ include $(top_srcdir)/build/vars.auxfiles.mk +else +include $(top_srcdir)/build/vars.docs.mk +endif
SUBDIRS = src tests plugin = geanyprj
Modified: trunk/geany-plugins/geanyprj/src/Makefile.am =================================================================== --- trunk/geany-plugins/geanyprj/src/Makefile.am 2010-11-05 18:38:10 UTC (rev 1715) +++ trunk/geany-plugins/geanyprj/src/Makefile.am 2010-11-05 18:38:39 UTC (rev 1716) @@ -1,6 +1,10 @@ include $(top_srcdir)/build/vars.build.mk
+if ENABLE_GEANYPRJ geanyplugins_LTLIBRARIES = geanyprj.la +else +EXTRA_LTLIBRARIES = geanyprj.la +endif geanyprj_la_SOURCES = geanyprj.c \ geanyprj.h \ menu.c \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org