add missing library flags to compile simtrace2-remsim_client.c

Change-Id: If01aca606ff920941db739baa41de52a1a08c434
This commit is contained in:
Kevin Redon 2018-10-10 19:27:46 +02:00 committed by Harald Welte
parent e0b837cfcb
commit 9e34247231
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ SUBDIRS = rspro
AM_CFLAGS = -Wall -I$(top_srcdir)/include -I$(top_builddir)/include \
$(OSMOCORE_CFLAGS) $(OSMOGSM_CFLAGS) $(OSMOABIS_CFLAGS) \
$(PCSC_CFLAGS) \
$(PCSC_CFLAGS) $(USB_CFLAGS) $(OSMOSIM_CFLAGS) \
-I$(top_srcdir)/include/osmocom/rspro -DEMIT_ASN_DEBUG
RSPRO_LIBVERSION=0:0:0