Mercurial > pidgin.yaz
view gtk/plugins/cap/Makefile.am @ 14505:7acebc9d043f
[gaim-migrate @ 17225]
This is a better name
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 10 Sep 2006 20:12:24 +0000 |
parents | 63ef6342db05 |
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)