Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NetworkManager-l2tp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CeRiAl
NetworkManager-l2tp
Commits
de7462bf
Commit
de7462bf
authored
Mar 31, 2013
by
Сергей Прохоров
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use full paths in .name file (pptp 0.9.8.1 port)
pptp: 23b0e4e8bbdc1bb9317e233c010af96c9def9780
parent
bbdbd9e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile.am
Makefile.am
+3
-1
nm-l2tp-service.name.in
nm-l2tp-service.name.in
+1
-1
No files found.
Makefile.am
View file @
de7462bf
...
...
@@ -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
...
...
nm-l2tp-service.name.in
View file @
de7462bf
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment