Mercurial > audlegacy
annotate Plugins/Output/disk_writer/Makefile.am @ 535:f0464cb2f609 trunk
[svn] We now require GTK+ 2.6.x.
author | nenolod |
---|---|
date | Sat, 28 Jan 2006 09:07:49 -0800 |
parents | fa848bd484d8 |
children |
rev | line source |
---|---|
61 | 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) |