aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)