pidgin/plugins/gevolution/Makefile.am

changeset 15435
4b933b06d75e
parent 14736
90fe3dd8e9db
child 15946
d40e8847e825
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/plugins/gevolution/Makefile.am	Sat Jan 20 02:32:10 2007 +0000
@@ -0,0 +1,29 @@
+plugindir = $(libdir)/gaim
+
+gevolution_la_LDFLAGS = -module -avoid-version
+
+if PLUGINS
+
+plugin_LTLIBRARIES = gevolution.la
+
+gevolution_la_SOURCES = \
+	add_buddy_dialog.c \
+	assoc-buddy.c \
+	gevolution.c \
+	gevolution.h \
+	gevo-util.c \
+	new_person_dialog.c \
+	eds-utils.c
+
+gevolution_la_LIBADD = $(EVOLUTION_ADDRESSBOOK_LIBS) $(GTK_LIBS)
+
+endif
+
+AM_CPPFLAGS = \
+	-DDATADIR=\"$(datadir)\" \
+	-DVERSION=\"$(VERSION)\" \
+	-I$(top_srcdir)/libpurple \
+	-I$(top_srcdir)/pidgin \
+	$(EVOLUTION_ADDRESSBOOK_CFLAGS) \
+	$(DEBUG_CFLAGS) \
+	$(GTK_CFLAGS)

mercurial