aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2025-12-18 16:20:58 +0100
committervimene <vincent.menegaux@gmail.com>2025-12-18 16:20:58 +0100
commit79e2e5394e25a03022301f7e9c30ff256f2aaddc (patch)
treeeeda3f97347623230e01a9f68b27393eee65ce9e /Makefile.am
parentd727209c071f13c4761e3d3e4d395f11d134738c (diff)
downloadengine-79e2e5394e25a03022301f7e9c30ff256f2aaddc.tar.gz
fixing wrong variable
It seems like datarootdir is more appropriate to access a sub-directory (here, assets). Every -dir variable use this prefix instead of datadir.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6def371..d64026c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,6 @@ EXTRA_DIST = m4/NOTES
SUBDIRS = src
ACLOCAL_AMFLAGS = -Im4 --install
-assetsdir = $(datadir)/assets
+assetsdir = $(datarootdir)/assets
assets_DATA = ../assets/suzanne.obj
EXTRA_DIST += $(assets_DATA)