Revision: 1710 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1710&view=re... Author: hyperair Date: 2010-11-05 18:35:38 +0000 (Fri, 05 Nov 2010)
Log Message: ----------- Add AM_CONDITIONAL hooks for GeanyExtrasel
Modified Paths: -------------- trunk/geany-plugins/geanyextrasel/Makefile.am trunk/geany-plugins/geanyextrasel/src/Makefile.am
Modified: trunk/geany-plugins/geanyextrasel/Makefile.am =================================================================== --- trunk/geany-plugins/geanyextrasel/Makefile.am 2010-11-05 18:35:08 UTC (rev 1709) +++ trunk/geany-plugins/geanyextrasel/Makefile.am 2010-11-05 18:35:38 UTC (rev 1710) @@ -1,4 +1,8 @@ +if ENABLE_GEANYEXTRASEL include $(top_srcdir)/build/vars.auxfiles.mk +else +include $(top_srcdir)/build/vars.docs.mk +endif
SUBDIRS = src plugin = geanyextrasel
Modified: trunk/geany-plugins/geanyextrasel/src/Makefile.am =================================================================== --- trunk/geany-plugins/geanyextrasel/src/Makefile.am 2010-11-05 18:35:08 UTC (rev 1709) +++ trunk/geany-plugins/geanyextrasel/src/Makefile.am 2010-11-05 18:35:38 UTC (rev 1710) @@ -1,5 +1,10 @@ include $(top_srcdir)/build/vars.build.mk
+if ENABLE_GEANYEXTRASEL geanyplugins_LTLIBRARIES = geanyextrasel.la +else +EXTRA_LTLIBRARIES = geanyextrasel.la +endif + geanyextrasel_la_SOURCES = extrasel.c geanyextrasel_la_LIBADD = $(COMMONLIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.