From e35512c6920629df8f70a4bd9073ed122eb9b8c4 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 1 Oct 2021 17:06:49 -0700 Subject: *: bump rototiller submodule for libtil rename Simultaneously update includes and call sites to reflect the new til_ prefix, preserving buildability. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3