summaryrefslogtreecommitdiffstats
path: root/nebu/base/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nebu/base/Makefile.am')
-rw-r--r--nebu/base/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/nebu/base/Makefile.am b/nebu/base/Makefile.am
new file mode 100644
index 0000000..4a12b18
--- /dev/null
+++ b/nebu/base/Makefile.am
@@ -0,0 +1,6 @@
+noinst_LIBRARIES=libbase.a
+
+libbase_a_SOURCES = \
+ geom.c vector.c matrix.c random.c util.c system.c
+
+AM_CFLAGS = -I$(top_srcdir)/nebu/include