pidgin/purple-plugin-pack

merge of '6c5c4715628871c167ac5030cee9f7e3aef58c9b'
org.guifications.plugins
2007-10-15, grim
3970d0f39550
merge of '6c5c4715628871c167ac5030cee9f7e3aef58c9b'
and 'c76926b30d2cb7417e6c8335f4e8fbae9036e9c3'
EXTRA_DIST = .pidgin-plugin .build
xchat_chatsdir = $(PIDGIN_LIBDIR)
xchat_chats_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
xchat_chats_LTLIBRARIES = xchat-chats.la
xchat_chats_la_SOURCES = \
xtext.h \
xtext.c \
xchat-chats.c
xchat_chats_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(GTK_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS)