blob: 111446abda6d97f7d9ec48b78c5fce4c5322641e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
AM_CPPFLAGS = \
-I$(top_srcdir) \
-DCUR_WORKING_DIR='"@BASE_CUR_WORKING_DIR@/lout"'
noinst_LIBRARIES = liblout.a
liblout_a_SOURCES = \
container.cc \
container.hh \
debug.hh \
debug_rtfl.hh \
identity.cc \
identity.hh \
misc.cc \
misc.hh \
object.cc \
object.hh \
signal.cc \
signal.hh \
unicode.cc \
unicode.hh \
msg.h
|