view 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 source

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)