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

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