pidgin/purple-plugin-pack

closing merged branch
org.guifications.plugins.smartear
2017-04-05, Gary Kramlich
beeaf1caf572
closing merged 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)