[Commits] Makefile.am NONE 1.1 example-extension.c NONE 1.1

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/example/src
In directory claws-mail:/tmp/cvs-serv20360/extensions/example/src

Added Files:
	Makefile.am example-extension.c 
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.

--- NEW FILE: example-extension.c ---

--- NEW FILE: Makefile.am ---
# $Id: Makefile.am,v 1.1 2011-12-03 21:18:38 miras Exp $
AUTOMAKE_OPTIONS = gnu

extensiondir = @CLAWS_CONTACTS_EXTENSIONDIR@

extension_LTLIBRARIES = example-extension.la

example_extension_la_LDFLAGS = \
	-avoid-version -module

INCLUDES = \
	   -I${top_srcdir} \
	   -I${top_builddir} \
	   @GLIB_CFLAGS@ \
	   @GTK_CFLAGS@


example_extensionincludedir= \
		$(includedir)/claws-contacts/extensions/@PACKAGE@
AM_CPPFLAGS = \
		$(CLAWS_CONTACTS_CFLAGS) \
		-DG_LOG_DOMAIN=\"Claws-Contacts\"

example_extension_la_SOURCES = \
		    example-extension.c

example_extension_la_LIBADD= \
		   @GLIB_LIBS@ \
		   @GTK_LIBS@



More information about the Commits mailing list