view Plugins/Input/adplug/Makefile.am @ 522:60c744f652f4 trunk

[svn] amidi-plug (MIDI through ALSA seq) input plugin added, brand new and completely written from scratch :)
author giacomo
date Thu, 26 Jan 2006 18:43:59 -0800
parents 5928c035fa4e
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