nm: Don't hardcode install path for .name file
This commit is contained in:
@@ -2,7 +2,6 @@ AUTOMAKE_OPTIONS = foreign
|
|||||||
|
|
||||||
SUBDIRS = properties auth-dialog po
|
SUBDIRS = properties auth-dialog po
|
||||||
|
|
||||||
nmvpnservicedir = $(prefix)/lib/NetworkManager/VPN
|
|
||||||
nmvpnservice_DATA = nm-strongswan-service.name
|
nmvpnservice_DATA = nm-strongswan-service.name
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|||||||
@@ -103,6 +103,9 @@ AC_SUBST(nm_plugindir)
|
|||||||
test x"$enable_nm_absolute_paths" = x"yes" && nm_plugindir_abs="$(nm_plugindir)/"
|
test x"$enable_nm_absolute_paths" = x"yes" && nm_plugindir_abs="$(nm_plugindir)/"
|
||||||
AC_SUBST(nm_plugindir_abs)
|
AC_SUBST(nm_plugindir_abs)
|
||||||
|
|
||||||
|
nmvpnservicedir=$($PKG_CONFIG --variable=vpnservicedir libnm)
|
||||||
|
AC_SUBST(nmvpnservicedir)
|
||||||
|
|
||||||
NM_COMPILER_WARNINGS
|
NM_COMPILER_WARNINGS
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
|
|||||||
Reference in New Issue
Block a user