Mercurial > audlegacy-plugins
diff src/CoreAudio/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 | e7f237e2595f |
| children | ad8e44bcdf8a |
line wrap: on
line diff
--- a/src/CoreAudio/Makefile Sat Dec 16 02:56:32 2006 -0800 +++ b/src/CoreAudio/Makefile Sun Dec 17 07:06:34 2006 -0800 @@ -7,11 +7,11 @@ LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) -LIBADD = $(GTK_LIBS) -Wl,-framework,CoreAudio +LIBADD = $(GTK_LIBS) $(AUDACIOUS_LIBS) -Wl,-framework,CoreAudio SOURCES = coreaudio.c mixer.c about.c configure.c audio.c init.c convert.c dbconvert.c OBJECTS = ${SOURCES:.c=.o} -CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../..intl -I../.. +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) -I../..intl -I../.. include ../../mk/objective.mk
