diff gtk/plugins/cap/Makefile.am @ 14266:63ef6342db05

[gaim-migrate @ 16948] * Initial commit of the Contact Availability Prediction plugin * Located in trunk/gtk/plugins/cap * Check README for further information and requirements for build committer: Tailor Script <tailor@pidgin.im>
author Geoff Foster <g-off_>
date Mon, 21 Aug 2006 07:44:31 +0000
parents
children f309a5b3f184
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gtk/plugins/cap/Makefile.am	Mon Aug 21 07:44:31 2006 +0000
@@ -0,0 +1,29 @@
+capdir = $(libdir)/gaim
+
+cap_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
+
+if PLUGINS
+
+cappixdir = $(datadir)/pixmaps/gaim/buttons
+
+cap_LTLIBRARIES = cap.la
+
+cap_la_SOURCES = \
+	cap.h \
+	cap.c \
+	cap_statistics.h
+
+endif
+
+CAP_LIBS = -ldl -ldbi
+
+cap_la_LIBADD = $(CAP_LIBS)
+
+AM_CPPFLAGS = \
+	-DDATADIR=\"$(datadir)\" \
+	-DVERSION=\"$(VERSION)\" \
+	-I$(top_srcdir)/libgaim \
+	-I$(top_srcdir)/gtk \
+	$(DEBUG_CFLAGS) \
+	$(GTK_CFLAGS) \
+	$(CAP_CFLAGS)