]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 772efa1c8ba9b298ee5fef75e638004e1c536de4..cb47ce19d62e8e8426853001ae5628b2c9810057 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@