~ubuntu-branches/ubuntu/precise/stunnel4/precise-security

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lemoine
  • Date: 2005-04-20 21:07:50 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050420210750-0vk5fj5vh75o4d00
Tags: 2:4.090-1
* New upstream release
* include better stunnel3 compability script from upstream, options 
  like -cd can now be use instead of -c -d ...
  (closes: #305259)
* Added depends on perl-modules to allow use of stunnel3 compatibilty script

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
1
3
SUBDIRS = src doc tools
2
4
 
3
5
# extra_src = src/gui.c src/resources.rc src/stunnel.ico src/stunnel.exe
6
8
#       tools/stunnel.spec tools/make.bat tools/stunnel.mak tools/stunnel.cnf
7
9
# EXTRA_DIST = auto PORTS $(extra_src) $(extra_doc) $(extra_tools)
8
10
 
9
 
EXTRA_DIST = auto PORTS BUGS COPYRIGHT.GPL CREDITS INSTALL.W32
 
11
EXTRA_DIST = PORTS BUGS COPYRIGHT.GPL CREDITS INSTALL.W32
10
12
 
11
13
docdir = $(datadir)/doc/stunnel
12
14
doc_DATA = AUTHORS BUGS ChangeLog COPYING COPYRIGHT.GPL CREDITS \
13
15
        INSTALL INSTALL.W32 NEWS PORTS README TODO
14
16
 
 
17
distcleancheck_listfiles = \
 
18
        find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
 
19
 
15
20
distclean-local:
16
21
        rm -rf autom4te.cache
17
22