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.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 043882f36..d26a7483d 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -1,7 +1,10 @@
-INCLUDES = -I@srcdir@/../include
+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