remsim-client: move from common 'src' directory to 'src/client'

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: I67a3a5941434f09f7099c2cdb19c126cea305a73
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
new file mode 100644
index 0000000..106bc5e
--- /dev/null
+++ b/src/client/Makefile.am
@@ -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