~ubuntu-branches/ubuntu/lucid/ebox-openvpn/lucid

« back to all changes in this revision

Viewing changes to src/EBox/OpenVPN/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-02-27 13:31:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080227133129-6mpzfq43hghuxtaz
Tags: 0.11.99-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
sharedstatedir = @sharedstatedir@
153
153
sysconfdir = @sysconfdir@
154
154
target_alias = @target_alias@
155
 
SUBDIRS = Server Client  t
 
155
SUBDIRS = Server Client  LogHelper t
156
156
perldir = @PERLPATH@/EBox/OpenVPN
157
 
nobase_perl_DATA = Server.pm FirewallHelper.pm ModulePartition.pm Daemon.pm Client.pm
 
157
nobase_perl_DATA = Server.pm FirewallHelper.pm  Daemon.pm Client.pm LogHelper.pm
158
158
test_classes = Test.pm
159
159
DISTCLEANFILES = 
160
160
EXTRA_DIST = $(nobase_perl_DATA) $(test_classes)