[Commits] Makefile.am 1.1 1.2
miras at claws-mail.org
miras at claws-mail.org
Sat Dec 3 22:18:40 CET 2011
Update of /home/claws-mail/contacts/extensions
In directory claws-mail:/tmp/cvs-serv20360/extensions
Modified Files:
Makefile.am
Log Message:
2011-12-03 [mir] 0.6.0cvs36
* plugins/example/AUTHORS
* plugins/example/ChangeLog
* plugins/example/Makefile.am
* plugins/example/NEWS
* plugins/example/README
* plugins/example/TODO
* plugins/example/configure.ac
* plugins/example/example-plugin.c
* plugins/example/src/Makefile.am
* plugins/example/src/example-plugin.c
* extensions/Makefile.am
* extensions/example/AUTHORS
* extensions/example/ChangeLog
* extensions/example/Makefile.am
* extensions/example/NEWS
* extensions/example/README
* extensions/example/TODO
* extensions/example/configure.ac
* extensions/example/config/Makefile.am
* extensions/example/src/Makefile.am
* extensions/example/src/example-extension.c
* extensions/export/Makefile.am
* extensions/export/ldifexport_extension.c
* extensions/import/Makefile.am
Refactored extensions and plugins.
Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/contacts/extensions/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 30 Nov 2011 23:35:12 -0000 1.1
+++ Makefile.am 3 Dec 2011 21:18:38 -0000 1.2
@@ -3,7 +3,11 @@
ACLOCAL_AMFLAGS = -I m4
+if BUILD_EXAMPLE_EXTENSION
+ EXAMPLE_DIR = example
+endif
+
SUBDIRS = \
export \
- import
-
+ import \
+ $(EXAMPLE_DIR)
More information about the Commits
mailing list