update include path

This commit is contained in:
Sebastian Ramacher 2011-07-10 20:16:24 +02:00
parent 87cff5ac75
commit 15afd761fa

View File

@ -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