From f6243c10db64ae46beb6a90fccf771f9c9f3d2f8 Mon Sep 17 00:00:00 2001 From: Daniel Norberg Date: Tue, 10 Apr 2012 15:24:53 +0200 Subject: [PATCH] com_err.pc: correct include path compile_et puts #include in generated header files so pkg-config --cflags com_err should provide the path to the directory containing et/. --- lib/et/com_err.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/et/com_err.pc.in b/lib/et/com_err.pc.in index 772efa1c..cb47ce19 100644 --- a/lib/et/com_err.pc.in +++ b/lib/et/com_err.pc.in @@ -7,6 +7,6 @@ Name: com_err Description: Common error description library Version: @E2FSPROGS_VERSION@ Requires: -Cflags: -I${includedir}/et +Cflags: -I${includedir} Libs: -L${libdir} -lcom_err Libs.private: @SEM_INIT_LIB@ -- 2.11.0