Mercurial > audlegacy
annotate Plugins/General/song_change/Makefile.am @ 325:ea321d1dae48 trunk
[svn] JACKd output plugin via external contractor james@develia.org.
author | nenolod |
---|---|
date | Mon, 19 Dec 2005 08:58:27 -0800 |
parents | 2a77b7558e07 |
children |
rev | line source |
---|---|
117 | 1 lib_LTLIBRARIES = libsong_change.la |
2 | |
3 libdir = $(plugindir)/$(GENERAL_PLUGIN_DIR) | |
4 | |
5 libsong_change_la_LDFLAGS = @PLUGIN_LDFLAGS@ | |
183
2a77b7558e07
[svn] Pthread is not used here, so do not link to it.
chainsaw
parents:
117
diff
changeset
|
6 libsong_change_la_LIBADD = @GTK_LIBS@ |
117 | 7 |
8 libsong_change_la_SOURCES = song_change.c | |
9 | |
10 INCLUDES = @GTK_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir) |