view simfix/Makefile.am @ 1015:8c6a8f3d1f18 org.guifications.plugins

And fix my stupid mistake.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Fri, 03 Jul 2009 11:47:59 -0400
parents 8f1b4b0ea6c7
children
line wrap: on
line source

EXTRA_DIST = \
	Makefile.mingw \
	plugins.cfg

simfixdir = $(PURPLE_LIBDIR)

simfix_la_LDFLAGS = -module -avoid-version

if HAVE_PURPLE

simfix_LTLIBRARIES = simfix.la

simfix_la_SOURCES = \
	simfix.c

simfix_la_LIBADD = \
	$(GLIB_LIBS) \
	$(PURPLE_LIBS)

endif

AM_CPPFLAGS = \
	-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
	-DDATADIR=\"$(PURPLE_DATADIR)\" \
	-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
	$(DEBUG_CFLAGS) \
	$(PURPLE_CFLAGS)