[Commits] Makefile.am 1.2 1.3
miras at claws-mail.org
miras at claws-mail.org
Sat Dec 10 00:01:23 CET 2011
Update of /home/claws-mail/contacts/plugins
In directory claws-mail:/tmp/cvs-serv2085/plugins
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/plugins/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 15 Sep 2011 15:52:56 -0000 1.2
+++ Makefile.am 9 Dec 2011 23:01:21 -0000 1.3
@@ -16,7 +16,7 @@
endif
SUBDIRS = \
- $(EXAMPLE_DIR) \
- $(XML_DIR) \
- $(LDAP_DIR)
+ $(XML_DIR) \
+ $(LDAP_DIR) \
+ $(EXAMPLE_DIR)
More information about the Commits
mailing list