diff options
author | Sjoerd Simons <sjoerd@luon.net> | 2008-06-21 19:48:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-06-24 00:17:34 +0200 |
commit | bfa5699f5474c7d964ed56046ca0c3561836ff3c (patch) | |
tree | 73f7760ae21b96e481bcaa539cd2ab9910cde998 /avahi-common/Makefile.am | |
parent | d3c75ce883bf5b09321c44bb32522fe089ca1e52 (diff) |
Don't use -export-dynamic as a linker flag
Diffstat (limited to 'avahi-common/Makefile.am')
-rw-r--r-- | avahi-common/Makefile.am | 2 |
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 \ |