chore(lua): Use PACKAGE_DATADIR and AM_CPPFLAGS

This commit is contained in:
PRESFIL
2025-07-07 11:30:57 +00:00
committed by Jari Sundell
parent 7022722c64
commit 8dcf2bc609
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -196,4 +196,4 @@ libsub_root_a_SOURCES = \
thread_worker.h
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir)
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -DPACKAGE_DATADIR=\"$(pkgdatadir)\"