pidgin/purple-plugin-pack

Update for the FSF address change a while back.
org.guifications.plugins
2007-09-08, rekkanoryo
21e894b240c9
Update for the FSF address change a while back.
EXTRA_DIST = .pidgin-plugin Makefile.mingw .build
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)