aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 3388b9f..2b56135 100644
--- a/config.mk
+++ b/config.mk
@@ -11,6 +11,8 @@ LIBNAME = lib${NAME}
LIBDSCR = A utility library
LIBVER = 0.0.1
+PC_FILE = ${NAME}.pc
+
CFLAGS = -Wall --std=c99 -pedantic ${OPT} -DLIBVER=\"${LIBVER}\"
PKG_CONFIG_PATH != pkg-config --variable pc_path pkg-config | sed -E "s|.*(${PREFIX}[^:]*)[:].*|\1|g"