annotate Plugins/General/song_change/Makefile.am @ 184:740c072f8e23 trunk

[svn] List sndfile extensions in the plugin configuration table.
author chainsaw
date Sun, 13 Nov 2005 14:27:07 -0800
parents 2a77b7558e07
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
117
e9d61d327c30 [svn] Add song_change plugin, ready to go.
nenolod
parents:
diff changeset
1 lib_LTLIBRARIES = libsong_change.la
e9d61d327c30 [svn] Add song_change plugin, ready to go.
nenolod
parents:
diff changeset
2
e9d61d327c30 [svn] Add song_change plugin, ready to go.
nenolod
parents:
diff changeset
3 libdir = $(plugindir)/$(GENERAL_PLUGIN_DIR)
e9d61d327c30 [svn] Add song_change plugin, ready to go.
nenolod
parents:
diff changeset
4
e9d61d327c30 [svn] Add song_change plugin, ready to go.
nenolod
parents:
diff changeset
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
e9d61d327c30 [svn] Add song_change plugin, ready to go.
nenolod
parents:
diff changeset
7
e9d61d327c30 [svn] Add song_change plugin, ready to go.
nenolod
parents:
diff changeset
8 libsong_change_la_SOURCES = song_change.c
e9d61d327c30 [svn] Add song_change plugin, ready to go.
nenolod
parents:
diff changeset
9
e9d61d327c30 [svn] Add song_change plugin, ready to go.
nenolod
parents:
diff changeset
10 INCLUDES = @GTK_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir)