summaryrefslogtreecommitdiff
path: root/src/modules/rkt/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-07-05 16:46:54 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-07-05 16:46:54 -0700
commit14b35ecd216fda58873b94cd2b211986f2b20e02 (patch)
tree254ecf15e88cb36bb691b35fad4b96781679e484 /src/modules/rkt/Makefile.am
parentbe48e352f08a7a6e5e96862865cff7946985dd32 (diff)
modules/rkt: introduce a rudimentary scenes editor
This adds a BBS-style interface for creating new scenes in a live rkt session. It listens on tcp port 54321 on localhost by default, just use telnet to connect, the rest is fairly self-explanatory. This is still early days, but it's a whole lot more than nothing.
Diffstat (limited to 'src/modules/rkt/Makefile.am')
-rw-r--r--src/modules/rkt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/rkt/Makefile.am b/src/modules/rkt/Makefile.am
index 03cebe6..fd820ab 100644
--- a/src/modules/rkt/Makefile.am
+++ b/src/modules/rkt/Makefile.am
@@ -1,3 +1,3 @@
noinst_LTLIBRARIES = librkt.la
-librkt_la_SOURCES = rkt.c rkt.h
+librkt_la_SOURCES = rkt.c rkt.h rkt_scener.h rkt_scener.c
librkt_la_CPPFLAGS = -I@top_srcdir@/src -I@top_srcdir@/src/libs -I@top_srcdir@/src/libs/rocket/rocket/lib
© All Rights Reserved