summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-17 17:11:35 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-17 17:11:35 +0000
commit73d8c7a4f4896455fef39c44c80bf3df30a52d89 (patch)
tree9a515d8f3290f2842ab8ec4ae66433bbfb5c529e /src/expr/Makefile.am
parent105503064be6a198dd864d1e95d6d79e1af51d25 (diff)
from meeting
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