summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
blob: d26a7483dec3c8538b5c81cdcf628e2b7a07e692 (plain)
1
2
3
4
5
6
7
8
9
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