Revision: 1709 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1709&view=re... Author: hyperair Date: 2010-11-05 18:35:08 +0000 (Fri, 05 Nov 2010)
Log Message: ----------- Add AM_CONDITIONAL hooks for GeanyDoc
Modified Paths: -------------- trunk/geany-plugins/geanydoc/Makefile.am trunk/geany-plugins/geanydoc/src/Makefile.am
Modified: trunk/geany-plugins/geanydoc/Makefile.am =================================================================== --- trunk/geany-plugins/geanydoc/Makefile.am 2010-11-05 18:34:36 UTC (rev 1708) +++ trunk/geany-plugins/geanydoc/Makefile.am 2010-11-05 18:35:08 UTC (rev 1709) @@ -1,4 +1,8 @@ +if ENABLE_GEANYDOC include $(top_srcdir)/build/vars.auxfiles.mk +else +include $(top_srcdir)/build/vars.docs.mk +endif
SUBDIRS = src tests plugin = geanydoc
Modified: trunk/geany-plugins/geanydoc/src/Makefile.am =================================================================== --- trunk/geany-plugins/geanydoc/src/Makefile.am 2010-11-05 18:34:36 UTC (rev 1708) +++ trunk/geany-plugins/geanydoc/src/Makefile.am 2010-11-05 18:35:08 UTC (rev 1709) @@ -1,6 +1,11 @@ include $(top_srcdir)/build/vars.build.mk
+if ENABLE_GEANYDOC geanyplugins_LTLIBRARIES = geanydoc.la +else +EXTRA_LTLIBRARIES = geanydoc.la +endif + geanydoc_la_SOURCES = \ config.c \ geanydoc.c \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.