Mercurial > pidgin
view gtk/plugins/cap/Makefile.am @ 14641:f0646e3c1c05
[gaim-migrate @ 17387]
When all the enabled accounts are using the same prpl and have the same statuses, show the account statuses instead of the global ones in the status box.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 28 Sep 2006 04:02:21 +0000 |
parents | f309a5b3f184 |
children | 69590c55c748 |
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_la_LIBADD = $(SQLITE3_LIBS) AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/libgaim \ -I$(top_srcdir)/gtk \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS) \ $(SQLITE3_CFLAGS)