As both the bankd and the server already are in src/bankd and src/server, respectively: Let's unify this and have the client also in its own sub-directory. Change-Id: I67a3a5941434f09f7099c2cdb19c126cea305a73changes/23/16623/6
parent
a86e6b73d8
commit
f7598fe417
@ -0,0 +1,20 @@ |
||||
AM_CFLAGS = -Wall -I$(top_srcdir)/include -I/$(top_builddir)/include -I$(top_srcdir)/src \
|
||||
$(OSMOCORE_CFLAGS) $(OSMOGSM_CFLAGS) $(OSMOABIS_CFLAGS) \
|
||||
$(PCSC_CFLAGS) $(USB_CFLAGS) $(OSMOSIM_CFLAGS) \
|
||||
$(OSMOSIMTRACE2_CFLAGS) \
|
||||
-I$(top_srcdir)/include/osmocom/rspro
|
||||
|
||||
bin_PROGRAMS = osmo-remsim-client-st2
|
||||
|
||||
remsim_client_SOURCES = remsim_client.c ../rspro_client_fsm.c ../debug.c
|
||||
remsim_client_LDADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOABIS_LIBS) \
|
||||
$(top_builddir)/src/libosmo-rspro.la
|
||||
|
||||
osmo_remsim_client_st2_SOURCES = simtrace2-remsim_client.c \
|
||||
../rspro_client_fsm.c ../debug.c
|
||||
osmo_remsim_client_st2_LDADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOABIS_LIBS) \
|
||||
$(OSMOUSB_LIBS) $(OSMOSIMTRACE2_LIBS) \
|
||||
$(USB_LIBS) $(OSMOSIM_LIBS) \
|
||||
$(top_builddir)/src/libosmo-rspro.la
|
||||
|
||||
noinst_HEADERS = client.h
|
Loading…
Reference in new issue