summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-11-05 17:02:32 -0800
committerVito Caputo <vcaputo@pengaru.com>2023-11-14 01:20:56 -0800
commit43a0ba4ee53fb0e351be1ef87a60191f2d755464 (patch)
tree55bb798013853662eba63832b44f1c97147661eb /src/Makefile.am
parenta732e8d4bf714bb1a08a59f3cacb404b60f3b097 (diff)
build: build and link libplayit
More preparatory work for adding an .IT file playback module
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fda9b40..c8a232d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -99,4 +99,4 @@ endif
if ENABLE_DRM
rototiller_SOURCES += drm_fb.c
endif
-rototiller_LDADD = libtil.la -lm
+rototiller_LDADD = libtil.la @top_builddir@/src/libs/playit/src/libplayit.a -lm
© All Rights Reserved