Mercurial > audlegacy-plugins
comparison src/console/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 | 986f098da058 |
children | ad8e44bcdf8a |
comparison
equal
deleted
inserted
replaced
386:de15b9e09d2d | 387:0c50f248ed10 |
---|---|
57 Ym2612_Emu.cxx \ | 57 Ym2612_Emu.cxx \ |
58 Zlib_Inflater.cxx | 58 Zlib_Inflater.cxx |
59 | 59 |
60 OBJECTS = ${SOURCES:.cxx=.o} | 60 OBJECTS = ${SOURCES:.cxx=.o} |
61 | 61 |
62 LIBADD += -lz $(GTK_LIBS) -lstdc++ | 62 LIBADD += -lz $(GTK_LIBS) $(AUDACIOUS_LIBS) -lstdc++ |
63 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. | 63 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. |
64 | 64 |
65 include ../../mk/objective.mk | 65 include ../../mk/objective.mk |