view pidgin/plugins/cap/Makefile.am @ 15432:8a7709e2ed9f

protocol icons. No code to use them yet.
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 03:30:08 +0000
parents 5fe8042783c1
children e9c12873fae0
line wrap: on
line source

capdir = $(libdir)/gaim

cap_la_LDFLAGS = -module -avoid-version

if PLUGINS

cappixdir = $(datadir)/pixmaps/gaim/buttons

cap_LTLIBRARIES = cap.la

cap_la_SOURCES = \
	cap.h \
	cap.c \
	cap_statistics.h

endif

cap_la_LIBADD = $(GTK_LIBS) $(SQLITE3_LIBS)

AM_CPPFLAGS = \
	-DDATADIR=\"$(datadir)\" \
	-DVERSION=\"$(VERSION)\" \
	-I$(top_srcdir)/libpurple \
	-I$(top_srcdir)/pidgin \
	$(DEBUG_CFLAGS) \
	$(GTK_CFLAGS) \
	$(SQLITE3_CFLAGS)