summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-12-12 21:36:42 +0100
committerLennart Poettering <lennart@poettering.net>2008-12-12 21:36:42 +0100
commitf46bf65ce34ebd9c6bbcbe3628bd243bfa4bb129 (patch)
tree79782d39b45be87644a9558bd47bc6a1ba84574e /avahi-common
parentcb1da7c5462716c12638c29d9a76e065684e0e6a (diff)
libavahi-common needs to link libintl
Original patch from Daniel Macks. Closes #194
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am
index b00cd78..b4bc917 100644
--- a/avahi-common/Makefile.am
+++ b/avahi-common/Makefile.am
@@ -71,7 +71,7 @@ libavahi_common_la_SOURCES = \
i18n.c i18n.h
libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -DAVAHI_LOCALEDIR=\"$(avahilocaledir)\"
-libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
+libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(LIBINTL)
libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
strlst_test_SOURCES = \