This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2_loaders.
View the commit online.
commit 9f07124d3a0d3b1eff5aaf0c079d3ab885b57d09
Author: Kim Woelders <[email protected]>
AuthorDate: Sun Dec 7 10:03:03 2025 +0100
autofoo: Use AM_LIBTOOLFLAGS, not LIBTOOLFLAGS
Avoids warnings when running automake.
---
src/modules/loaders/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/loaders/Makefile.am b/src/modules/loaders/Makefile.am
index 6377153..417c305 100644
--- a/src/modules/loaders/Makefile.am
+++ b/src/modules/loaders/Makefile.am
@@ -16,7 +16,7 @@ endif
#IMLIB2_LIBS = $(top_builddir)/src/lib/libImlib2.la
#endif
-LIBTOOLFLAGS = --tag=disable-static
+AM_LIBTOOLFLAGS = --tag=disable-static
eet_la_SOURCES = loader_eet.c
eet_la_CPPFLAGS = $(EET_CFLAGS)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.