Revision: 1721 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1721&view=re... Author: hyperair Date: 2010-11-05 18:41:16 +0000 (Fri, 05 Nov 2010)
Log Message: ----------- Integrate updatechecker with its conditionals
Modified Paths: -------------- trunk/geany-plugins/updatechecker/Makefile.am trunk/geany-plugins/updatechecker/src/Makefile.am
Modified: trunk/geany-plugins/updatechecker/Makefile.am =================================================================== --- trunk/geany-plugins/updatechecker/Makefile.am 2010-11-05 18:40:46 UTC (rev 1720) +++ trunk/geany-plugins/updatechecker/Makefile.am 2010-11-05 18:41:16 UTC (rev 1721) @@ -1,4 +1,8 @@ +if ENABLE_UPDATECHECKER include $(top_srcdir)/build/vars.auxfiles.mk +else +include $(top_srcdir)/build/vars.docs.mk +endif
SUBDIRS = src plugin = updatechecker
Modified: trunk/geany-plugins/updatechecker/src/Makefile.am =================================================================== --- trunk/geany-plugins/updatechecker/src/Makefile.am 2010-11-05 18:40:46 UTC (rev 1720) +++ trunk/geany-plugins/updatechecker/src/Makefile.am 2010-11-05 18:41:16 UTC (rev 1721) @@ -1,5 +1,9 @@ include $(top_srcdir)/build/vars.build.mk
+if ENABLE_UPDATECHECKER geanyplugins_LTLIBRARIES = updatechecker.la +else +EXTRA_LTLIBRARIES = updatechecker.la +endif geanylipsum_la_SOURCES = updatechecker.c geanylipsum_la_LIBADD = $(COMMONLIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.