Use full paths in .name file (pptp 0.9.8.1 port)

pptp: 23b0e4e8bbdc1bb9317e233c010af96c9def9780
parent bbdbd9e0
......@@ -27,7 +27,9 @@ if WITH_GNOME
endif
nm-l2tp-service.name: $(srcdir)/nm-l2tp-service.name.in
sed -e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' $< >$@
sed -e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' \
-e 's|[@]LIBDIR[@]|$(libdir)|g' \
$< >$@
DISTCHECK_CONFIGURE_FLAGS = --enable-more-warnings=yes
......
......@@ -5,5 +5,5 @@ program=@LIBEXECDIR@/nm-l2tp-service
[GNOME]
auth-dialog=@LIBEXECDIR@/nm-l2tp-auth-dialog
properties=libnm-l2tp-properties
properties=@LIBDIR@/libnm-l2tp-properties
supports-external-ui-mode=true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment