Whamcloud - gitweb
com_err.pc: correct include path
authorDaniel Norberg <dano@spotify.com>
Tue, 10 Apr 2012 13:24:53 +0000 (15:24 +0200)
committerDaniel Norberg <dano@spotify.com>
Tue, 10 Apr 2012 13:24:53 +0000 (15:24 +0200)
compile_et puts #include <et/com_err.h> 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

index 772efa1..cb47ce1 100644 (file)
@@ -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@