SF.net SVN: geany-plugins:[1717] trunk/geany-plugins/geanysendmail

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


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

Log Message:
-----------
Integrate GeanySendmail with its AM_CONDITIONALs

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

Modified: trunk/geany-plugins/geanysendmail/Makefile.am
===================================================================
--- trunk/geany-plugins/geanysendmail/Makefile.am	2010-11-05 18:38:39 UTC (rev 1716)
+++ trunk/geany-plugins/geanysendmail/Makefile.am	2010-11-05 18:39:12 UTC (rev 1717)
@@ -1,4 +1,8 @@
+if ENABLE_GEANYSENDMAIL
 include $(top_srcdir)/build/vars.auxfiles.mk
+else
+include $(top_srcdir)/build/vars.docs.mk
+endif
 
 SUBDIRS = src
 plugin = geanysendmail

Modified: trunk/geany-plugins/geanysendmail/src/Makefile.am
===================================================================
--- trunk/geany-plugins/geanysendmail/src/Makefile.am	2010-11-05 18:38:39 UTC (rev 1716)
+++ trunk/geany-plugins/geanysendmail/src/Makefile.am	2010-11-05 18:39:12 UTC (rev 1717)
@@ -1,5 +1,10 @@
 include $(top_srcdir)/build/vars.build.mk
 
+if ENABLE_GEANYSENDMAIL
 geanyplugins_LTLIBRARIES = geanysendmail.la
+else
+EXTRA_LTLIBRARIES = geanysendmail.la
+endif
+
 geanysendmail_la_SOURCES = geanysendmail.c icon.h
 geanysendmail_la_LIBADD = $(COMMONLIBS)


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