pidgin/purple-plugin-pack

schedule compiles, but won't work

2013-04-07, Gary Kramlich
e46bfbb16c6c
schedule compiles, but won't work
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
lastseendir = $(PIDGIN_LIBDIR)
lastseen_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
lastseen_LTLIBRARIES = lastseen.la
lastseen_la_SOURCES = \
lastseen.c
lastseen_la_LIBADD = \
$(GTK_LIBS) \
$(PIDGIN_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(GTK_CFLAGS)