build: add nmlibdir define
authorThomas Haller <thaller@redhat.com>
Mon, 8 Jun 2015 15:40:54 +0000 (17:40 +0200)
committerThomas Haller <thaller@redhat.com>
Thu, 2 Jul 2015 14:01:20 +0000 (16:01 +0200)
configure.ac

index e1a1917..b197ef7 100644 (file)
@@ -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"