Mercurial > pidgin
view gtk/plugins/cap/Makefile.am @ 14483:af856551902b
[gaim-migrate @ 17202]
Don't register the connection keepalive timer if the prpl doesn't support keepalives
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sat, 09 Sep 2006 19:41:34 +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)