Mercurial > audlegacy
comparison Plugins/General/song_change/Makefile.am @ 117:e9d61d327c30 trunk
[svn] Add song_change plugin, ready to go.
author | nenolod |
---|---|
date | Thu, 03 Nov 2005 21:46:14 -0800 |
parents | |
children | 2a77b7558e07 |
comparison
equal
deleted
inserted
replaced
116:d6466298eee3 | 117:e9d61d327c30 |
---|---|
1 lib_LTLIBRARIES = libsong_change.la | |
2 | |
3 libdir = $(plugindir)/$(GENERAL_PLUGIN_DIR) | |
4 | |
5 libsong_change_la_LDFLAGS = @PLUGIN_LDFLAGS@ | |
6 libsong_change_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIBS@ | |
7 | |
8 libsong_change_la_SOURCES = song_change.c | |
9 | |
10 INCLUDES = @GTK_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir) |