pidgin/purple-plugin-pack

Fix win32 compile for ignore
org.guifications.plugins v_2_2_0_win32fix
2007-10-26, rekkanoryo
190c64ca83ba
Fix win32 compile for ignore
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)