view Plugins/Input/wav/Makefile.am @ 105:18fe59468510 trunk

[svn] Use header.game, over header.author, as most SPC files do not contain the composer information.
author nenolod
date Wed, 02 Nov 2005 19:33:25 -0800
parents fa848bd484d8
children e2563c526b32
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)