summaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
new file mode 100644
index 000000000..043882f36
--- /dev/null
+++ b/src/core/Makefile.am
@@ -0,0 +1,7 @@
+INCLUDES = -I@srcdir@/../include
+
+noinst_LIBRARIES = libcore.a
+
+libcore_a_SOURCES = \
+ expr.cpp \
+ expr_value.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback