annotate Plugins/General/song_change/Makefile.in @ 822:c5eb4b762977
trunk
[svn] - only show the SVN revision if we know what it is
author |
nenolod |
date |
Sun, 12 Mar 2006 10:27:25 -0800 |
parents |
ee340e814595 |
children |
f72025664bed |
rev |
line source |
609
|
1 include ../../../mk/rules.mk
|
|
2 include ../../../mk/objective.mk
|
|
3
|
|
4 OBJECTIVE_LIBS = libsong_change.so
|
|
5
|
|
6 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR)
|
|
7
|
|
8 LIBADD = $(GTK_LIBS)
|
|
9
|
|
10 SOURCES = song_change.c
|
|
11
|
|
12 OBJECTS = ${SOURCES:.c=.o}
|
|
13
|
|
14 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../..
|