summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-08-28 18:45:10 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-08-28 18:45:10 +0200
commit70129c00acc1e768eea3b977cf4dc51b338aa5ec (patch)
tree18a56d499d8601c98b8830e2924d3d9e2b991b3c /Makefile.am
parentafd91e35a1753ee61edfd64b8e7c414f5569ce26 (diff)
libintl fix for osx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f87ca513..9be6eb1f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ deadbeef_SOURCES =\
sdkdir = $(pkgincludedir)
sdk_HEADERS = deadbeef.h
-deadbeef_LDADD = $(LDADD) $(DEPS_LIBS) $(ICONV_LIB) $(DL_LIBS) -lm -lpthread
+deadbeef_LDADD = $(LDADD) $(DEPS_LIBS) $(ICONV_LIB) $(DL_LIBS) -lm -lpthread $(INTL_LIBS)
AM_CFLAGS = $(DEPS_CFLAGS) -std=c99
AM_CPPFLAGS = $(DEPS_CFLAGS)