view Plugins/Input/adplug/Makefile.am @ 406:5928c035fa4e trunk

[svn] Use the pkg-config database to link with libbinio in a portable way. Requires libbinio 1.4 (or higher).
author chainsaw
date Sun, 08 Jan 2006 14:14:06 -0800
parents df3895743234
children
line wrap: on
line source

if HAVE_ADPLUG

SUBDIRS = core
lib_LTLIBRARIES = libadplug.la

endif

libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)

libadplug_la_LDFLAGS = -lstdc++ $(BINIO_LIBS) $(PLUGIN_LDFLAGS) ./core/libadplugcore.la

libadplug_la_SOURCES = adplug-xmms.cc

INCLUDES = $(GTK_CFLAGS) $(BINIO_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I./core