changeset 4633:3d5862f6c6c4

audtool needs AUDLDFLAGS too.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 12 Jun 2008 13:42:09 +0900
parents f733f3d75850
children 1e3d9707ae50
files src/audtool/Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audtool/Makefile	Wed Jun 11 18:03:27 2008 +0300
+++ b/src/audtool/Makefile	Thu Jun 12 13:42:09 2008 +0900
@@ -18,6 +18,8 @@
 		  ${ARCH_DEFINES}		\
 		  ${MOWGLI_CFLAGS}
 
+LDFLAGS += ${AUDLDFLAGS}
+
 LIBS += ${DBUS_LIBS}				\
 	-L../libaudclient -laudclient	\
 	${GTK_LIBS}						\