summaryrefslogtreecommitdiff
path: root/lout/Makefile.am
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-12-10 22:30:12 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-12-10 22:30:12 +0100
commit429d5f88b94ff28416cbfc6420b6389fa284df97 (patch)
treefb6fdaf7731de1ef396f98b748c56f3149801c84 /lout/Makefile.am
Import RTFL 0.1.1v0.1.1
Diffstat (limited to 'lout/Makefile.am')
-rw-r--r--lout/Makefile.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/lout/Makefile.am b/lout/Makefile.am
new file mode 100644
index 0000000..f221936
--- /dev/null
+++ b/lout/Makefile.am
@@ -0,0 +1,21 @@
+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 \
+ identity.cc \
+ identity.hh \
+ misc.cc \
+ misc.hh \
+ object.cc \
+ object.hh \
+ signal.cc \
+ signal.hh \
+ unicode.cc \
+ unicode.hh \
+ msg.h