SF.net SVN: geany-plugins:[1714] trunk/geany-plugins/geanylatex

hyperair at users.sourceforge.net hyperair at xxxxx
Fri Nov 5 18:37:39 UTC 2010


Revision: 1714
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1714&view=rev
Author:   hyperair
Date:     2010-11-05 18:37:39 +0000 (Fri, 05 Nov 2010)

Log Message:
-----------
Hook up EXTRA_GEANYLATEX to Makefile.am's

Modified Paths:
--------------
    trunk/geany-plugins/geanylatex/Makefile.am
    trunk/geany-plugins/geanylatex/src/Makefile.am

Modified: trunk/geany-plugins/geanylatex/Makefile.am
===================================================================
--- trunk/geany-plugins/geanylatex/Makefile.am	2010-11-05 18:37:09 UTC (rev 1713)
+++ trunk/geany-plugins/geanylatex/Makefile.am	2010-11-05 18:37:39 UTC (rev 1714)
@@ -1,4 +1,8 @@
+if ENABLE_GEANYLATEX
 include $(top_srcdir)/build/vars.auxfiles.mk
+else
+include $(top_srcdir)/build/vars.docs.mk
+endif
 
 SUBDIRS = src
 plugin = geanylatex

Modified: trunk/geany-plugins/geanylatex/src/Makefile.am
===================================================================
--- trunk/geany-plugins/geanylatex/src/Makefile.am	2010-11-05 18:37:09 UTC (rev 1713)
+++ trunk/geany-plugins/geanylatex/src/Makefile.am	2010-11-05 18:37:39 UTC (rev 1714)
@@ -1,6 +1,10 @@
 include $(top_srcdir)/build/vars.build.mk
 
+if ENABLE_GEANYLATEX
 geanyplugins_LTLIBRARIES = geanylatex.la
+else
+EXTRA_LTLIBRARIES = geanylatex.la
+endif
 
 geanylatex_la_SOURCES = \
 	bibtex.c \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list