From 14b35ecd216fda58873b94cd2b211986f2b20e02 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 5 Jul 2023 16:46:54 -0700 Subject: 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. --- src/modules/rkt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/rkt/Makefile.am') 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 -- cgit v1.2.1