Mercurial > audlegacy
annotate Output/disk_writer/Makefile.am @ 56:a087e00392e2 trunk
[svn] Fix compilation of FLAC plugin.
author | nenolod |
---|---|
date | Thu, 27 Oct 2005 22:42:57 -0700 |
parents | 7c3a3d73e9b4 |
children |
rev | line source |
---|---|
48 | 1 lib_LTLIBRARIES = libdisk_writer.la |
2 | |
3 libdir = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
4 | |
5 libdisk_writer_la_LDFLAGS = @PLUGIN_LDFLAGS@ | |
6 libdisk_writer_la_LIBADD = @GTK_LIBS@ | |
7 libdisk_writer_la_SOURCES= disk_writer.c | |
8 | |
9 INCLUDES = @GTK_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir) |