SF.net SVN: geany-plugins: [37] trunk/geanysendmail/Makefile.am
frlan at users.sourceforge.net
frlan at xxxxx
Tue May 20 18:08:11 UTC 2008
Revision: 37
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=37&view=rev
Author: frlan
Date: 2008-05-20 11:08:10 -0700 (Tue, 20 May 2008)
Log Message:
-----------
Update of Makefile.am
Modified Paths:
--------------
trunk/geanysendmail/Makefile.am
Modified: trunk/geanysendmail/Makefile.am
===================================================================
--- trunk/geanysendmail/Makefile.am 2008-05-20 18:00:42 UTC (rev 36)
+++ trunk/geanysendmail/Makefile.am 2008-05-20 18:08:10 UTC (rev 37)
@@ -1,15 +1,17 @@
-## Makefile.am -- Process this file with automake to produce Makefile.in
-#SUBDIRS = tests
+SUBDIRS = src po
-lib_LTLIBRARIES = geanysendmail.la
-geanysendmail_la_SOURCES = geanysendmail.c
-geanysendmail_la_LDFLAGS = -module -avoid-version
-geanysendmail_la_LIBADD = @GEANY_LIBS@
+EXTRA_DIST = \
+ autogen.sh \
+ makefile.win32 \
+ po/LINGUAS
-AM_CPPFLAGS = @GEANY_CFLAGS@
+dist-bzip2: distdir
+ BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
+ -rm -rf $(distdir)
-GEANY_DIR = $(shell geany --print-prefix | grep lib)
+sign:
+ if test -f $(PACKAGE)-$(VERSION).tar.gz; then \
+ gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.gz; fi
+ if test -f $(PACKAGE)-$(VERSION).tar.bz2; then \
+ gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.bz2; fi
-install: .libs/$(PACKAGE).so
- mkdir -p $(DESTDIR)$(GEANY_DIR)/geany
- cp $< $(DESTDIR)$(GEANY_DIR)/geany/
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