aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17c6d49..b8f5d73 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ OBJS=$(OBJS_sub:.c=.o)
OBJ_DIRS_sub=$(shell find $(SRC_DIR) -type d)
OBJ_DIRS=$(subst $(SRC_DIR),$(OBJ_DIR),$(OBJ_DIRS_sub))
-PKGCONF=pkg-config
+PKGCONF=pkgconf
CFLAGS=
CFLAGS+=$(shell $(PKGCONF) --cflags $(PKGS))