~ubuntu-branches/ubuntu/hardy/openvpn/hardy-security

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2005-01-05 19:03:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050105190311-mvqzpuhmlvobg9nh
Tags: 1.99+2.rc6-1
* The 'Three Wise Men' release.
* New upstream release.
* Update README.Debian with comments on changed string remapping.
  Thanks ron@debian.org for noting this first. (Closes: #288669)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
AUTOMAKE_OPTIONS = foreign
29
29
 
30
30
sbin_PROGRAMS = openvpn
 
31
 
31
32
nodist_openvpn_SOURCES = config.h
32
 
openvpn_SOURCES = basic.h buffer.c buffer.h circ_list.h common.h \
33
 
                  crypto.c crypto.h encrypt_sign.h \
34
 
                  errlevel.h error.c error.h \
35
 
                  fdmisc.c fdmisc.h fragment.c \
36
 
                  fragment.h gremlin.c gremlin.h \
37
 
                  integer.h interval.h \
38
 
                  io.c io.h lzo.c lzo.h memdbg.h misc.c misc.h \
39
 
                  mss.c mss.h mtu.c mtu.h openvpn.c \
40
 
                  openvpn.h options.c options.h \
41
 
                  packet_id.c packet_id.h proto.h \
42
 
                  proxy.c proxy.h socks.c socks.h \
43
 
                  reliable.c reliable.h \
44
 
                  route.c route.h session_id.c \
45
 
                  session_id.h shaper.c shaper.h socket.c socket.h \
46
 
                  ssl.c ssl.h syshead.h thread.c thread.h tun.c tun.h
 
33
 
 
34
openvpn_SOURCES = \
 
35
        base64.c base64.h \
 
36
        basic.h \
 
37
        buffer.c buffer.h \
 
38
        circ_list.h \
 
39
        common.h \
 
40
        crypto.c crypto.h \
 
41
        errlevel.h \
 
42
        error.c error.h \
 
43
        event.c event.h \
 
44
        fdmisc.c fdmisc.h \
 
45
        forward.c forward.h forward-inline.h \
 
46
        fragment.c fragment.h \
 
47
        gremlin.c gremlin.h \
 
48
        helper.c helper.h \
 
49
        init.c init.h \
 
50
        integer.h \
 
51
        interval.c interval.h \
 
52
        list.c list.h \
 
53
        lzo.c lzo.h \
 
54
        manage.c manage.h \
 
55
        mbuf.c mbuf.h \
 
56
        memdbg.h \
 
57
        misc.c misc.h \
 
58
        mroute.c mroute.h \
 
59
        mss.c mss.h \
 
60
        mtcp.c mtcp.h \
 
61
        mtu.c mtu.h \
 
62
        mudp.c mudp.h \
 
63
        multi.c multi.h \
 
64
        ntlm.c ntlm.h \
 
65
        occ.c occ.h occ-inline.h \
 
66
        openvpn.c openvpn.h \
 
67
        openvpn-plugin.h \
 
68
        options.c options.h \
 
69
        otime.c otime.h \
 
70
        packet_id.c packet_id.h \
 
71
        perf.c perf.h \
 
72
        ping.c ping.h ping-inline.h \
 
73
        plugin.c plugin.h \
 
74
        pool.c pool.h \
 
75
        proto.c proto.h \
 
76
        proxy.c proxy.h \
 
77
        push.c push.h \
 
78
        reliable.c reliable.h \
 
79
        route.c route.h \
 
80
        schedule.c schedule.h \
 
81
        session_id.c session_id.h \
 
82
        shaper.c shaper.h \
 
83
        sig.c sig.h \
 
84
        socket.c socket.h \
 
85
        socks.c socks.h \
 
86
        ssl.c ssl.h \
 
87
        status.c status.h \
 
88
        syshead.h \
 
89
        thread.c thread.h \
 
90
        tun.c tun.h
 
91
 
47
92
LDADD = @LIBOBJS@
48
93
 
49
94
man_MANS = openvpn.8
50
 
EXTRA_DIST = $(man_MANS) \
51
 
             COPYRIGHT.GPL PORTS openvpn.spec \
52
 
             easy-rsa sample-config-files sample-keys \
53
 
             sample-scripts gentoo suse openvpn.spec.in \
54
 
             config-win32.h \
55
 
             win32.h \
56
 
             win32.c \
57
 
             makefile.w32 \
58
 
             INSTALL-win32.txt \
59
 
             tap-win32 \
60
 
             install-win32 \
61
 
             service-win32 \
62
 
             contrib
 
95
 
 
96
EXTRA_DIST = \
 
97
        doclean \
 
98
        $(man_MANS) \
 
99
        COPYRIGHT.GPL \
 
100
        PORTS \
 
101
        openvpn.spec \
 
102
        easy-rsa \
 
103
        sample-config-files \
 
104
        sample-keys \
 
105
        sample-scripts \
 
106
        gentoo \
 
107
        suse \
 
108
        openvpn.spec.in \
 
109
        config-win32.h \
 
110
        win32.h \
 
111
        win32.c \
 
112
        cryptoapi.h \
 
113
        cryptoapi.c \
 
114
        makefile.w32 \
 
115
        makefile.w32-vc \
 
116
        INSTALL-win32.txt \
 
117
        tap-win32 \
 
118
        install-win32 \
 
119
        service-win32 \
 
120
        contrib \
 
121
        debug \
 
122
        plugin \
 
123
        management
63
124
 
64
125
dist-hook:
65
 
        cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name CVS -type d -prune -exec rm -r '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$'` ; done
 
126
        cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name CVS -type d -prune -exec rm -r '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done