Revision: 1713 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1713&view=re... Author: hyperair Date: 2010-11-05 18:37:09 +0000 (Fri, 05 Nov 2010)
Log Message: ----------- Hook GeanyInsertNum up to the defined AM_CONDITIONALs
Modified Paths: -------------- trunk/geany-plugins/geanyinsertnum/Makefile.am trunk/geany-plugins/geanyinsertnum/src/Makefile.am
Modified: trunk/geany-plugins/geanyinsertnum/Makefile.am =================================================================== --- trunk/geany-plugins/geanyinsertnum/Makefile.am 2010-11-05 18:36:39 UTC (rev 1712) +++ trunk/geany-plugins/geanyinsertnum/Makefile.am 2010-11-05 18:37:09 UTC (rev 1713) @@ -1,4 +1,8 @@ +if ENABLE_GEANYINSERTNUM include $(top_srcdir)/build/vars.auxfiles.mk +else +include $(top_srcdir)/build/vars.docs.mk +endif
SUBDIRS = src plugin = geanyinsertnum
Modified: trunk/geany-plugins/geanyinsertnum/src/Makefile.am =================================================================== --- trunk/geany-plugins/geanyinsertnum/src/Makefile.am 2010-11-05 18:36:39 UTC (rev 1712) +++ trunk/geany-plugins/geanyinsertnum/src/Makefile.am 2010-11-05 18:37:09 UTC (rev 1713) @@ -1,5 +1,10 @@ include $(top_srcdir)/build/vars.build.mk
+if ENABLE_GEANYINSERTNUM geanyplugins_LTLIBRARIES = geanyinsertnum.la +else +EXTRA_LTLIBRARIES = geanyinsertnum.la +endif + geanyinsertnum_la_SOURCES = insertnum.c geanyinsertnum_la_LIBADD = $(COMMONLIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.