view Input/wav/Makefile.am @ 56:a087e00392e2 trunk

[svn] Fix compilation of FLAC plugin.
author nenolod
date Thu, 27 Oct 2005 22:42:57 -0700
parents cb178e5ad177
children
line wrap: on
line source

lib_LTLIBRARIES = libwav.la

libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)

libwav_la_LDFLAGS = $(PLUGIN_LDFLAGS)

libwav_la_SOURCES = 	\
wav.c \
wav.h

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