diff options
| author | vimene <vincent.menegaux@gmail.com> | 2025-12-18 16:20:58 +0100 |
|---|---|---|
| committer | vimene <vincent.menegaux@gmail.com> | 2025-12-18 16:20:58 +0100 |
| commit | 79e2e5394e25a03022301f7e9c30ff256f2aaddc (patch) | |
| tree | eeda3f97347623230e01a9f68b27393eee65ce9e /Makefile.am | |
| parent | d727209c071f13c4761e3d3e4d395f11d134738c (diff) | |
| download | engine-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.am | 2 |
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) |
