view Plugins/General/song_change/Makefile.in @ 960:0c5d8ffeba88 trunk

[svn] - sync configure.ac with stable
author nenolod
date Sun, 23 Apr 2006 20:17:11 -0700
parents ee340e814595
children f72025664bed
line wrap: on
line source

include ../../../mk/rules.mk
include ../../../mk/objective.mk

OBJECTIVE_LIBS = libsong_change.so

LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR)

LIBADD = $(GTK_LIBS)

SOURCES = song_change.c

OBJECTS = ${SOURCES:.c=.o}

CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../..