pidgin/purple-plugin-pack

closing dead branch
org.guifications.plugins.ignorance
2017-05-25, Gary Kramlich
e27132c09bb7
closing dead branch
EXTRA_DIST = .build .pidgin-plugin
talkfiltersdir = $(PIDGIN_LIBDIR)
talkfilters_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
if USE_TALKFILTERS
talkfilters_LTLIBRARIES = talkfilters.la
talkfilters_la_SOURCES = \
talkfilters.c
talkfilters_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS) \
$(TALKFILTERS_LIBS)
endif
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
$(GTK_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS)