summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = \