summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2013-03-22 19:53:12 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-03-25 10:57:24 +0100
commitcd778960a08e78a601397223941dd457b9061236 (patch)
tree71da3a49f9abb325929f01543992f14fb4295412 /Makefile.am
parentc23787a4da6b2d9f9ce79c3dfd990df32488ac9c (diff)
downloadneard-cd778960a08e78a601397223941dd457b9061236.tar.gz
neard-cd778960a08e78a601397223941dd457b9061236.tar.bz2
neard-cd778960a08e78a601397223941dd457b9061236.zip
build: Remove unused linking of neard against libresolv
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a276ed3..5ed2b6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ src_neard_SOURCES = $(gdbus_sources) $(gweb_sources) $(builtin_sources) \
src/tag.c src/plugin.c src/netlink.c src/ndef.c \
src/tlv.c src/bluetooth.c src/agent.c src/snep.c
-src_neard_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ @NETLINK_LIBS@ -lresolv -ldl
+src_neard_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ @NETLINK_LIBS@ -ldl
src_neard_LDFLAGS = -Wl,--export-dynamic