summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2008-06-21 19:48:19 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-24 00:17:34 +0200
commitbfa5699f5474c7d964ed56046ca0c3561836ff3c (patch)
tree73f7760ae21b96e481bcaa539cd2ab9910cde998 /avahi-common
parentd3c75ce883bf5b09321c44bb32522fe089ca1e52 (diff)
Don't use -export-dynamic as a linker flag
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 e0aa56e..b00cd78 100644
--- a/avahi-common/Makefile.am
+++ b/avahi-common/Makefile.am
@@ -72,7 +72,7 @@ libavahi_common_la_SOURCES = \
libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -DAVAHI_LOCALEDIR=\"$(avahilocaledir)\"
libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
-libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
+libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
strlst_test_SOURCES = \
strlst.c strlst.h \