aboutsummaryrefslogtreecommitdiff
path: root/lout/Makefile.am
blob: 5a2467089c0e084b042aa84d86523b17a1567570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_LIBRARIES = liblout.a

liblout_a_SOURCES = \
	container.cc \
	container.hh \
	debug.hh \
	identity.cc \
	identity.hh \
	misc.cc \
	misc.hh \
	object.cc \
	object.hh \
	signal.cc \
	signal.hh \
	msg.h