[Commits] Makefile.am 1.2 1.3
miras at claws-mail.org
miras at claws-mail.org
Sat Dec 10 00:01:22 CET 2011
Update of /home/claws-mail/contacts/extensions
In directory claws-mail:/tmp/cvs-serv2085/extensions
Modified Files:
Makefile.am
Log Message:
2011-12-09 [mir] 0.6.0cvs38
* claws-contacts.pc.in
* configure.ac
* extensions/Makefile.am
* extensions/example/Makefile.am
* extensions/example/configure.ac
* extensions/example/config/Makefile.am
* extensions/example/src/Makefile.am
* extensions/example/src/example-extension.c
* extensions/export/ldifexport_extension.c
* plugins/Makefile.am
* plugins/example/Makefile.am
* plugins/example/configure.ac
* src/Makefile.am
* src/callbacks.c
* src/contactwindow.c
* src/extension-loader.c
* src/extension-loader.h
* src/extension.c
* src/extension.h
* src/gtk-utils.c
* src/mainwindow.c
* src/mainwindow.h
Fix a number of bugs
Refined the build system
Added a plugable extension framework
Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/contacts/extensions/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 3 Dec 2011 21:18:38 -0000 1.2
+++ Makefile.am 9 Dec 2011 23:01:20 -0000 1.3
@@ -4,7 +4,7 @@
ACLOCAL_AMFLAGS = -I m4
if BUILD_EXAMPLE_EXTENSION
- EXAMPLE_DIR = example
+EXAMPLE_DIR = example
endif
SUBDIRS = \
More information about the Commits
mailing list