aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-01-16 12:43:46 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-23 18:15:24 +0000
commit89be118a3ba7ed983d9174130883534b66052b1a (patch)
treed72653db106114b72c95f49659f6aaa661c21367 /CommonLibs/Makefile.am
parent6fafd33b13e82a75fc4eb04ac5aefcf3e5fbbd3e (diff)
Remove unneeded libdl dependency
Diffstat (limited to 'CommonLibs/Makefile.am')
-rw-r--r--CommonLibs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonLibs/Makefile.am b/CommonLibs/Makefile.am
index 46cc143..fa0b285 100644
--- a/CommonLibs/Makefile.am
+++ b/CommonLibs/Makefile.am
@@ -22,7 +22,7 @@
include $(top_srcdir)/Makefile.common
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES)
-AM_CXXFLAGS = -Wall -O3 -g -ldl -lpthread
+AM_CXXFLAGS = -Wall -O3 -g -lpthread
EXTRA_DIST = \
example.config \