mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
mariadb.pc: remove unnecessary include directory
When installing, no headers are installed into the parent directory of `${includedir}`.
This commit is contained in:
parent
cd5d864fef
commit
f21592c675
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ Description: @CPACK_PACKAGE_DESCRIPTION_SUMMARY@
|
|||
URL: @CPACK_PACKAGE_URL@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} @LIBS_FOR_CLIENTS@
|
||||
Cflags: -I${includedir} -I${includedir}/.. @CFLAGS_FOR_CLIENTS@
|
||||
Cflags: -I${includedir} @CFLAGS_FOR_CLIENTS@
|
||||
|
|
Loading…
Add table
Reference in a new issue