SF.net SVN: geany-plugins:[1711] trunk/geany-plugins/geanygdb

hyperair at users.sourceforge.net hyperair at xxxxx
Fri Nov 5 18:36:10 UTC 2010


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

Log Message:
-----------
Add AM_CONDITIONAL hooks for GeanyGDB

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

Modified: trunk/geany-plugins/geanygdb/Makefile.am
===================================================================
--- trunk/geany-plugins/geanygdb/Makefile.am	2010-11-05 18:35:38 UTC (rev 1710)
+++ trunk/geany-plugins/geanygdb/Makefile.am	2010-11-05 18:36:10 UTC (rev 1711)
@@ -1,4 +1,8 @@
+if ENABLE_GEANYGDB
 include $(top_srcdir)/build/vars.auxfiles.mk
+else
+include $(top_srcdir)/build/vars.docs.mk
+endif
 
 SUBDIRS = src tests
 plugin = geanygdb

Modified: trunk/geany-plugins/geanygdb/src/Makefile.am
===================================================================
--- trunk/geany-plugins/geanygdb/src/Makefile.am	2010-11-05 18:35:38 UTC (rev 1710)
+++ trunk/geany-plugins/geanygdb/src/Makefile.am	2010-11-05 18:36:10 UTC (rev 1711)
@@ -1,8 +1,13 @@
 include $(top_srcdir)/build/vars.build.mk
 
+if ENABLE_GEANYGDB
 geanygdbdir = $(libexecdir)/geany-plugins/geanygdb
 geanyplugins_LTLIBRARIES = geanygdb.la
 geanygdb_PROGRAMS = ttyhelper
+else
+EXTRA_LTLIBRARIES = geanygdb.la
+EXTRA_PROGRAMS = ttyhelper
+endif
 
 geanygdb_la_SOURCES = \
 	gdb-io.h \


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