summaryrefslogtreecommitdiffstats
path: root/nebu/input/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nebu/input/Makefile.am')
-rw-r--r--nebu/input/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/nebu/input/Makefile.am b/nebu/input/Makefile.am
new file mode 100644
index 0000000..f15445f
--- /dev/null
+++ b/nebu/input/Makefile.am
@@ -0,0 +1,8 @@
+noinst_LIBRARIES=libinput.a
+
+libinput_a_SOURCES= \
+ system_keynames.c input_system.c
+
+AM_CFLAGS = \
+ -I$(top_srcdir)/lua/include \
+ -I$(top_srcdir)/nebu/include