summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-10-01 17:06:49 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-10-01 17:06:49 -0700
commite35512c6920629df8f70a4bd9073ed122eb9b8c4 (patch)
tree216bd86f59925d62b4f4555030ab75aaa9006195 /src/Makefile.am
parent2e1b25d15934d24be6c59fc469ab55cc8870d54c (diff)
*: bump rototiller submodule for libtil rename
Simultaneously update includes and call sites to reflect the new til_ prefix, preserving buildability.
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 2ae0baf..35f8fd3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,4 +3,4 @@ glimmer_SOURCES = \
main.c \
gtk_fb.c
glimmer_CPPFLAGS = -I@top_srcdir@/rototiller/src
-glimmer_LDADD = @top_builddir@/rototiller/src/.libs/librototiller.a -lm
+glimmer_LDADD = @top_builddir@/rototiller/src/.libs/libtil.a -lm
© All Rights Reserved