Makefile.am: drop unneeded '-ldl -pthread' from AM_CXXFLAGS

Change-Id: I833864aa51059be9c97c16329bc16913c53e171d
This commit is contained in:
Vadim Yanitskiy 2022-11-09 03:15:59 +07:00
parent 38a9a25a70
commit 3cf9d536ed
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if ENABLE_OC2GBTS_PHY
AM_CPPFLAGS += -DENABLE_DIRECT_PHY
endif
AM_CXXFLAGS = -Wall -ldl -pthread
AM_CXXFLAGS = -Wall
AM_LDFLAGS = -lrt
noinst_LTLIBRARIES = libgprs.la