Mercurial > pidgin.yaz
view pidgin/plugins/cap/Makefile.am @ 16082:7a7377a86ad1
Add myself to help->about
author | Richard Nelson <wabz@pidgin.im> |
---|---|
date | Fri, 13 Apr 2007 02:43:11 +0000 |
parents | e9c12873fae0 |
children | 441945083737 |
line wrap: on
line source
capdir = $(libdir)/pidgin cap_la_LDFLAGS = -module -avoid-version if PLUGINS cappixdir = $(datadir)/pixmaps/pidgin/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)