This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit eb513bc0d07dcda788106444b7c4124f824d2e20
Author: Kim Woelders <[email protected]>
AuthorDate: Wed Mar 22 17:45:00 2023 +0100
autofoo: Tweak PACKAGE_DATA_DIR definition
---
src/bin/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 1a64e30..7b8b813 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -1,6 +1,6 @@
AM_CFLAGS = $(CFLAGS_WARNINGS) $(CFLAGS_ASAN)
AM_CPPFLAGS = \
--DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
+-D PACKAGE_DATA_DIR=\"$(pkgdatadir)\" \
-I$(top_builddir)/src/lib \
$(X_CFLAGS)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.