diff options
Diffstat (limited to 'lout/Makefile.am')
-rw-r--r-- | lout/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lout/Makefile.am b/lout/Makefile.am new file mode 100644 index 00000000..18e00cf2 --- /dev/null +++ b/lout/Makefile.am @@ -0,0 +1,14 @@ +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 |