Makefile.am: remove unneeded AM_LDFLAGS with LIBS

Change-Id: Ic6886d2e47c053fe39647bc9ec3be704c935bee5
This commit is contained in:
Vadim Yanitskiy 2023-03-09 18:10:18 +07:00
parent 7118875839
commit 74b4e61f36
1 changed files with 0 additions and 6 deletions

View File

@ -14,12 +14,6 @@ AM_CFLAGS = \
$(COVERAGE_CFLAGS) \ $(COVERAGE_CFLAGS) \
$(NULL) $(NULL)
AM_LDFLAGS = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(COVERAGE_LDFLAGS) \
$(NULL)
SUBDIRS = \ SUBDIRS = \
osmo-smlc \ osmo-smlc \
$(NULL) $(NULL)