annotate Plugins/Input/wma/Makefile.am @ 184:740c072f8e23 trunk

[svn] List sndfile extensions in the plugin configuration table.
author chainsaw
date Sun, 13 Nov 2005 14:27:07 -0800
parents 89d3c397ddc3
children 4b1c9d1a469b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
137
b8d4c1faa6d7 [svn] Import WMA decoder into SVN.
nenolod
parents:
diff changeset
1 SUBDIRS = libffwma
b8d4c1faa6d7 [svn] Import WMA decoder into SVN.
nenolod
parents:
diff changeset
2
b8d4c1faa6d7 [svn] Import WMA decoder into SVN.
nenolod
parents:
diff changeset
3 lib_LTLIBRARIES = libwma.la
b8d4c1faa6d7 [svn] Import WMA decoder into SVN.
nenolod
parents:
diff changeset
4
b8d4c1faa6d7 [svn] Import WMA decoder into SVN.
nenolod
parents:
diff changeset
5 libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)
b8d4c1faa6d7 [svn] Import WMA decoder into SVN.
nenolod
parents:
diff changeset
6
140
89d3c397ddc3 [svn] Make it compile. :)
nenolod
parents: 138
diff changeset
7 libwma_la_LDFLAGS = $(PLUGIN_LDFLAGS) ./libffwma/libffwma.la
137
b8d4c1faa6d7 [svn] Import WMA decoder into SVN.
nenolod
parents:
diff changeset
8
138
afcdbd5aef24 [svn] Rename bmp-wma.c to wma.c.
nenolod
parents: 137
diff changeset
9 libwma_la_SOURCES = wma.c iir.c
137
b8d4c1faa6d7 [svn] Import WMA decoder into SVN.
nenolod
parents:
diff changeset
10
140
89d3c397ddc3 [svn] Make it compile. :)
nenolod
parents: 138
diff changeset
11 INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I./libffwma