blob: c4edbcb3709f741aadebd787e18480475dba57f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- src/audtool/Makefile.orig 2016-08-24 14:50:57 UTC
+++ src/audtool/Makefile
@@ -15,4 +15,4 @@ include ../../buildsys.mk
include ../../extra.mk
CPPFLAGS := -I../.. -I../dbus ${CPPFLAGS} ${GLIB_CFLAGS} ${GIO_CFLAGS}
-LIBS := ../dbus/aud-dbus.a ${LIBS} ${GLIB_LIBS} ${GIO_LIBS}
+LIBS := ../dbus/aud-dbus.a ${LIBS} ${GLIB_LIBS} ${GIO_LIBS} ${LIBINTL}
|