pidgin/purple-plugin-pack

Some tweaks for the infopane plugin
org.guifications.plugins
2007-10-08, rekkanoryo
0c8997aff4e9
Some tweaks for the infopane plugin
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)