summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl
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-compat-howl
parentd3c75ce883bf5b09321c44bb32522fe089ca1e52 (diff)
Don't use -export-dynamic as a linker flag
Diffstat (limited to 'avahi-compat-howl')
-rw-r--r--avahi-compat-howl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-compat-howl/Makefile.am b/avahi-compat-howl/Makefile.am
index 961be64..0940daf 100644
--- a/avahi-compat-howl/Makefile.am
+++ b/avahi-compat-howl/Makefile.am
@@ -83,7 +83,7 @@ libhowl_la_SOURCES = \
text.c \
compat.c
libhowl_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
-libhowl_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMPAT_HOWL_VERSION_INFO) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la
+libhowl_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_COMPAT_HOWL_VERSION_INFO) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la
address_test_SOURCES = \
$(HOWLHEADERS) \