comparison src/tta/Makefile @ 387:0c50f248ed10 trunk

[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
author giacomo
date Sun, 17 Dec 2006 07:06:34 -0800
parents fbd06b4aa776
children ad8e44bcdf8a
comparison
equal deleted inserted replaced
386:de15b9e09d2d 387:0c50f248ed10
7 7
8 SOURCES = aud-tta.c id3.c ttadec.c 8 SOURCES = aud-tta.c id3.c ttadec.c
9 9
10 OBJECTS = ${SOURCES:.c=.o} 10 OBJECTS = ${SOURCES:.c=.o}
11 11
12 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../intl -I../.. 12 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) -I../../intl -I../..
13 13
14 LIBADD = -lid3tag 14 LIBADD = -lid3tag $(AUDACIOUS_LIBS)
15 15
16 include ../../mk/objective.mk 16 include ../../mk/objective.mk