view flip/Makefile.am @ 1024:691b3a9877ad

i've started moving everything to "dev" versions. Locking it to a SCM seems dumb to me nowadays...
author Gary Kramlich <grim@reaperworld.com>
date Mon, 13 Jul 2009 18:11:06 -0500
parents 8f1b4b0ea6c7
children
line wrap: on
line source

EXTRA_DIST = \
	Makefile.mingw \
	plugins.cfg

flipdir = $(PURPLE_LIBDIR)

flip_la_LDFLAGS = -module -avoid-version

if HAVE_PURPLE

flip_LTLIBRARIES = flip.la

flip_la_SOURCES = \
	flip.c

flip_la_LIBADD = \
	$(GLIB_LIBS) \
	$(PURPLE_LIBS)

endif

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