From: Daniel Norberg Date: Tue, 10 Apr 2012 13:24:53 +0000 (+0200) Subject: com_err.pc: correct include path X-Git-Tag: v1.42.3~28^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6243c10db64ae46beb6a90fccf771f9c9f3d2f8;p=thirdparty%2Fe2fsprogs.git 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/. --- diff --git a/lib/et/com_err.pc.in b/lib/et/com_err.pc.in index 772efa1c8..cb47ce19d 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@