~ubuntu-branches/ubuntu/lucid/knetworkmanager/lucid

« back to all changes in this revision

Viewing changes to knetworkmanager-0.7/vpn-plugins/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-09-26 12:40:26 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926124026-t5fr920l4lf2l6hz
Tags: 1:0.7svn864988-0ubuntu1
New upstream snapshot, now works with current NM API, 
closes LP: #259278

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS=
 
2
 
 
3
if WITH_OPENVPN
 
4
SUBDIRS += openvpn
 
5
endif
 
6
 
 
7
if WITH_VPNC
 
8
SUBDIRS += vpnc
 
9
endif
 
10
 
 
11
# if WITH_PPTP
 
12
# SUBDIRS += pptp
 
13
# endif