Mercurial > pidgin.yaz
view pidgin/plugins/cap/Makefile.am @ 15393:2b65022a6046
merge of '4cc9941dd0b30e88799901e3b26d253e95296300'
and 'c63157df1619993a3ca97509ac47fd36c860e713'
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 23 Jan 2007 15:50:56 +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)