From 958292f3a4024c54115035cb3379e301168fbfde Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 1 Dec 2011 12:06:51 +0100 Subject: layer23/mobile: Added generic user interface The user interface instance is currently accessed via telnet. It supports different views to display or enter something. It is still not complete. --- src/host/layer23/src/ui/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/host/layer23/src/ui/Makefile.am (limited to 'src/host/layer23/src/ui/Makefile.am') diff --git a/src/host/layer23/src/ui/Makefile.am b/src/host/layer23/src/ui/Makefile.am new file mode 100644 index 00000000..62357cc3 --- /dev/null +++ b/src/host/layer23/src/ui/Makefile.am @@ -0,0 +1,7 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include +AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) + +noinst_LIBRARIES = libui.a +libui_a_SOURCES = ui.c telnet_interface.c + + -- cgit v1.2.3