mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 08:20:11 +01:00
build: add nmlibdir define
This commit is contained in:
parent
65753dbc13
commit
32dbc51dbd
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ AC_SUBST(runstatedir)
|
|||
# NetworkManager paths
|
||||
AC_SUBST(nmbinary, "$sbindir/$PACKAGE", [NetworkManager binary executable])
|
||||
AC_SUBST(nmconfdir, "$sysconfdir/$PACKAGE", [NetworkManager configuration directory])
|
||||
AC_SUBST(nmlibdir, "$libdir/$PACKAGE", [NetworkManager library directory])
|
||||
AC_SUBST(nmdatadir, "$datadir/$PACKAGE", [NetworkManager shared data directory])
|
||||
AC_SUBST(nmstatedir, "$localstatedir/lib/$PACKAGE", [NetworkManager persistent state directory])
|
||||
AC_SUBST(nmrundir, "$runstatedir/$PACKAGE", [NetworkManager runtime state directory])
|
||||
|
|
@ -1065,6 +1066,7 @@ echo " exec_prefix: $exec_prefix"
|
|||
echo " systemdunitdir: $with_systemdsystemunitdir"
|
||||
echo " nmbinary: $nmbinary"
|
||||
echo " nmconfdir: $nmconfdir"
|
||||
echo " nmlibdir: $nmlibdir"
|
||||
echo " nmdatadir: $nmdatadir"
|
||||
echo " nmstatedir: $nmstatedir"
|
||||
echo " nmrundir: $nmrundir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue