summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
blob: 6833f9f97898695845aa83bdcc2f1f8c0c604822 (plain)
1
2
3
4
5
6
7
8
9
10
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall

noinst_LIBRARIES = libexpr.a

libexpr_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