summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-25 05:57:07 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-25 05:57:10 +0200
commit7280ca0c4ff392134133e9c008be74a35a417af2 (patch)
tree30c27ac224cdcdde82af4ba36edc1a049165c73c /avahi-common
parent61c0c59bbe5210f07a6f91c70fc07bac9f5d38b1 (diff)
build-sys: fix reference to LIBINTL/INTLLIBS
Fixes #293.
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 24187ab..79d062f 100644
--- a/avahi-common/Makefile.am
+++ b/avahi-common/Makefile.am
@@ -69,7 +69,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) $(LIBINTL)
+libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(INTLLIBS)
libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
strlst_test_SOURCES = \