mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 14:30:34 +01:00
Initial VPN Support - supports 'vpnc' - reworks device IP configuration, backend files have changed and will need to be updated for all distributions. I will try to do what I can for them, but I cannot test them. - Move named directory to src/named-manager - Make backends directory self-contained git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@571 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
11 lines
366 B
Makefile
11 lines
366 B
Makefile
SUBDIRS = utils dhcpcd src libnm_glib dispatcher-daemon $(notification_icon_dir) info-daemon vpn-daemons initscript test po
|
|
|
|
EXTRA_DIST = CONTRIBUTING NetworkManager.pc.in NetworkManager.h
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = NetworkManager.pc
|
|
|
|
NetworkManagerincludedir=$(includedir)/NetworkManager
|
|
|
|
NetworkManagerinclude_HEADERS = NetworkManager.h
|