2008-07-03 Dan Williams <dcbw@redhat.com>
* nm-vpnc-service.name.in Makefile.am - Remove paths from .name file (requires applet r776 or later) to fix issues with multilib and magic path substitution in glibc git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3803 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-07-03 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
|
* nm-vpnc-service.name.in
|
||||||
|
Makefile.am
|
||||||
|
- Remove paths from .name file (requires applet r776 or later) to fix
|
||||||
|
issues with multilib and magic path substitution in glibc
|
||||||
|
|
||||||
2008-06-20 Dan Williams <dcbw@redhat.com>
|
2008-06-20 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
Update for changes to the plugin API
|
Update for changes to the plugin API
|
||||||
|
@@ -24,8 +24,6 @@ endif
|
|||||||
|
|
||||||
nm-vpnc-service.name: $(srcdir)/nm-vpnc-service.name.in Makefile
|
nm-vpnc-service.name: $(srcdir)/nm-vpnc-service.name.in Makefile
|
||||||
sed -e 's|[@]BINDIR[@]|$(bindir)|g' \
|
sed -e 's|[@]BINDIR[@]|$(bindir)|g' \
|
||||||
-e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' \
|
|
||||||
-e 's|[@]PREFIX[@]|$(prefix)|g' \
|
|
||||||
< $(srcdir)/nm-vpnc-service.name.in \
|
< $(srcdir)/nm-vpnc-service.name.in \
|
||||||
> nm-vpnc-service.name
|
> nm-vpnc-service.name
|
||||||
|
|
||||||
|
@@ -4,5 +4,5 @@ service=org.freedesktop.NetworkManager.vpnc
|
|||||||
program=@BINDIR@/nm-vpnc-service
|
program=@BINDIR@/nm-vpnc-service
|
||||||
|
|
||||||
[GNOME]
|
[GNOME]
|
||||||
auth-dialog=@LIBEXECDIR@/nm-vpnc-auth-dialog
|
auth-dialog=nm-vpnc-auth-dialog
|
||||||
properties=@PREFIX@/${LIB}/libnm-vpnc-properties
|
properties=libnm-vpnc-properties
|
||||||
|
Reference in New Issue
Block a user