fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/30059 )
Change subject: Makefile.am: drop unneeded '-ldl -pthread' from AM_CXXFLAGS ......................................................................
Makefile.am: drop unneeded '-ldl -pthread' from AM_CXXFLAGS
Change-Id: I833864aa51059be9c97c16329bc16913c53e171d --- M src/Makefile.am 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/src/Makefile.am b/src/Makefile.am index dea4a17..f338624 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,7 +33,7 @@ AM_CPPFLAGS += -DENABLE_DIRECT_PHY endif
-AM_CXXFLAGS = -Wall -ldl -pthread +AM_CXXFLAGS = -Wall AM_LDFLAGS = -lrt
noinst_LTLIBRARIES = libgprs.la