pidgin/purple-plugin-pack

This took WAY too long to see. The logs shouldn't be sorted while we're
org.guifications.plugins
2008-08-03, rekkanoryo
f8496a6121df
This took WAY too long to see. The logs shouldn't be sorted while we're
still in the outer loop. Sort at the end once we've collected all the logs
we can.
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
difftopicdir = $(PIDGIN_LIBDIR)
difftopic_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
difftopic_LTLIBRARIES = difftopic.la
difftopic_la_SOURCES = \
difftopic.c
difftopic_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)/pidgin/\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(GTK_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS)