summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/ui/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/ui/Makefile.am')
-rw-r--r--src/host/layer23/src/ui/Makefile.am7
1 files changed, 7 insertions, 0 deletions
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
+
+