summaryrefslogtreecommitdiff
path: root/src/modules/rtv/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-11-16 19:48:52 -0800
committerVito Caputo <vcaputo@pengaru.com>2019-11-16 20:06:42 -0800
commit79fd2e75eb449b2cbd1950e4863075b78608a247 (patch)
tree22bf1261e81103e94a958fc3bae1700d1a013978 /src/modules/rtv/Makefile.am
parenta6f43bc59fc1292060081d5a4837f5679e1b186f (diff)
modules/rtv: add captions
The idea is to have captions similar to how MTV did back in the 80s. It'd be nice to make the text resolution independent, but this is a good first stab for an afternoon of tooling around.
Diffstat (limited to 'src/modules/rtv/Makefile.am')
-rw-r--r--src/modules/rtv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/rtv/Makefile.am b/src/modules/rtv/Makefile.am
index c301257..4d5cb6e 100644
--- a/src/modules/rtv/Makefile.am
+++ b/src/modules/rtv/Makefile.am
@@ -1,3 +1,3 @@
noinst_LIBRARIES = librtv.a
librtv_a_SOURCES = rtv.c
-librtv_a_CPPFLAGS = -I@top_srcdir@/src
+librtv_a_CPPFLAGS = -I@top_srcdir@/src -I@top_srcdir@/src/libs
© All Rights Reserved