mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 01:14:53 +01:00
Fix the default value for --includedir.
This commit is contained in:
parent
f5640eb144
commit
37b8f5a8f2
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -357,7 +357,7 @@ prefix = ${PREFIX}
|
|||
libdir = ${LIBDIR:=\$(prefix)/lib}
|
||||
|
||||
# The directory to which header files should be installed
|
||||
includedir = ${INCLUDEDIR:=\$(prefix)/lib}
|
||||
includedir = ${INCLUDEDIR:=\$(prefix)/include}
|
||||
|
||||
# The directory to which man pages should be installed
|
||||
mandir = ${MANDIR:=\$(prefix)/share/man}
|
||||
|
|
Loading…
Reference in a new issue