~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/ssh/src/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
MODULES= \
39
39
        ssh \
 
40
        ssh_sup \
 
41
        sshc_sup \
 
42
        sshd_sup \
 
43
        ssh_connection \
 
44
        ssh_connection_sup \
 
45
        ssh_connection_handler \
 
46
        ssh_connection_manager \
 
47
        ssh_system_sup \
 
48
        ssh_subsystem_sup \
 
49
        ssh_channel_sup \
 
50
        ssh_acceptor_sup \
 
51
        ssh_acceptor \
40
52
        ssh_app \
 
53
        ssh_auth\
41
54
        ssh_bits \
42
55
        ssh_cli \
 
56
        ssh_channel \
43
57
        ssh_cm \
44
58
        ssh_dsa \
45
59
        ssh_file \
53
67
        ssh_sftpd_file_api \
54
68
        ssh_ssh \
55
69
        ssh_sshd \
56
 
        ssh_tcp \
57
 
        ssh_tcp_wrap \
58
70
        ssh_transport \
59
 
        ssh_userauth \
 
71
        ssh_userreg \
60
72
        ssh_xfer
61
73
 
62
74
PUBLIC_HRL_FILES= ssh.hrl ssh_userauth.hrl ssh_xfer.hrl