nm: Don't hardcode install path for .name file

This commit is contained in:
Tobias Brunner 2018-04-25 09:45:07 +02:00
parent 9c4e4b5e8e
commit 6e5c00b7c7
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,6 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = properties auth-dialog po
nmvpnservicedir = $(prefix)/lib/NetworkManager/VPN
nmvpnservice_DATA = nm-strongswan-service.name
@INTLTOOL_DESKTOP_RULE@

View File

@ -103,6 +103,9 @@ AC_SUBST(nm_plugindir)
test x"$enable_nm_absolute_paths" = x"yes" && nm_plugindir_abs="$(nm_plugindir)/"
AC_SUBST(nm_plugindir_abs)
nmvpnservicedir=$($PKG_CONFIG --variable=vpnservicedir libnm)
AC_SUBST(nmvpnservicedir)
NM_COMPILER_WARNINGS
AC_CONFIG_FILES([