pidgin/purple-plugin-pack

closing merged branch
org.guifications.plugins.autoprofile_merge
2017-04-05, Gary Kramlich
22966692c70b
closing merged branch
EXTRA_DIST = .build .pidgin-plugin
SUBDIRS = pixmaps
xmmsremotedir = $(PIDGIN_LIBDIR)
xmmsremote_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
if USE_XMMS
xmmsremote_LTLIBRARIES = xmmsremote.la
xmmsremote_la_SOURCES = \
xmmsremote.c
xmmsremote_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS) \
$(XMMS_LIBS)
endif
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(XMMS_CFLAGS)