view snpp/Makefile.am @ 984:5af0906311d6 org.guifications.plugins

Added support for 'or' dependencies
author grim@guifications.org
date Wed, 10 Dec 2008 04:08:40 -0500
parents 8f1b4b0ea6c7
children
line wrap: on
line source

EXTRA_DIST = \
	Makefile.mingw \
	plugins.cfg

libsnppdir = $(PURPLE_LIBDIR)

libsnpp_la_LDFLAGS = -module -avoid-version

if HAVE_PURPLE

libsnpp_LTLIBRARIES = libsnpp.la

libsnpp_la_SOURCES = snpp.c

libsnpp_la_LIBADD = \
	$(GLIB_LIBS) \
	$(PURPLE_LIBS)

endif

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