Mercurial > audlegacy
annotate Plugins/General/song_change/Makefile.am @ 395:0923a41170bb trunk
[svn] Add S3M support back after receiving a convincing testcase.
author | chainsaw |
---|---|
date | Sat, 07 Jan 2006 06:18:13 -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) |