aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-02-08 12:36:27 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2026-02-08 12:36:27 +0100
commit5c25f7bb0097ef78998657e5c944b8ba55ad90ec (patch)
tree584850e2f242d317cdc0e6fed8feeb50871fac0b /Makefile
parenta77521ae3d142cee0dd483f623ce9ac441b9fab6 (diff)
Integrate new build-time variables
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5de0176..50e2560 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,8 @@ export LIBS ?=
export __CFLAGS := -std=c99 -Wall \
-DFTAG_PREFIX=\"$(PREFIX)\" \
+ -DFTAG_CACHE_DIR=\"$(FTAG_CACHE_DIR)\" \
+ -DFTAG_CONFIG_DIR=\"$(FTAG_CONFIG_DIR)\" \
-D_POSIX_C_SOURCE=200809L \
$(shell pkg-config --cflags sqlite3)
export __LIBS := $(shell pkg-config --libs sqlite3)