From 15afd761fae329fcd77200765ab3316b965a27b0 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 10 Jul 2011 20:16:24 +0200 Subject: [PATCH] update include path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b4459b..8e68ce8 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ debug: ${PROJECT}-debug ${PROJECT}.pc: ${PROJECT}.pc.in config.mk @echo project=${PROJECT} > ${PROJECT}.pc @echo version=${VERSION} >> ${PROJECT}.pc - @echo includedir=${PREFIX}/include/${PROJECT} >> ${PROJECT}.pc + @echo includedir=${PREFIX}/include >> ${PROJECT}.pc @cat ${PROJECTNV}.pc.in >> ${PROJECT}.pc valgrind: debug