forked from Lainports/opnsense-ports
8 lines
354 B
Text
8 lines
354 B
Text
--- 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}
|