annotate 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
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@
e9d61d327c30 [svn] Add song_change plugin, ready to go.
nenolod
parents:
diff changeset
6 libsong_change_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIBS@
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)