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

« back to all changes in this revision

Viewing changes to src/EBox/OpenVPN/Server/ClientBundleGenerator/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:
144
144
sysconfdir = @sysconfdir@
145
145
target_alias = @target_alias@
146
146
perldir = @PERLPATH@/EBox/OpenVPN/Server/ClientBundleGenerator
147
 
nobase_perl_DATA = Linux.pm Windows.pm
 
147
nobase_perl_DATA = Linux.pm Windows.pm 
 
148
test_classes = Test.pm
148
149
DISTCLEANFILES = 
149
 
EXTRA_DIST = $(nobase_perl_DATA) 
 
150
EXTRA_DIST = $(nobase_perl_DATA)  $(test_classes)
150
151
MAINTAINERCLEANFILES = Makefile.in
151
152
all: all-am
152
153