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