Mercurial > pidgin
view gtk/plugins/cap/Makefile.am @ 14270:4c82afb76534
[gaim-migrate @ 16953]
SF Patch #1544073 from Alex Badea
"Here's a few fixes to allow building from outside the
source tree again."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 21 Aug 2006 17:04:26 +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)