caf52eecf684bc2b3685564be522efe77bbd2f7e
[obnox/wireshark/wip.git] / asn1 / Makefile.am
1 # Makefile.am
2 # Automake file for Wireshark
3 #
4 # $Id$
5 #
6 # Wireshark - Network traffic analyzer
7 # By Gerald Combs <gerald@wireshark.org>
8 # Copyright 2006 Gerald Combs
9 #
10 # This program is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License
12 # as published by the Free Software Foundation; either version 2
13 # of the License, or (at your option) any later version.
14 #
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
19 #
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23
24
25 SUBDIRS =               \
26         acp133          \
27         acse            \
28         ansi_map        \
29         ansi_tcap       \
30         camel           \
31         cdt             \
32         charging_ase    \
33         cmip            \
34         cmp             \
35         crmf            \
36         cms             \
37         dap             \
38         dop             \
39         disp            \
40         dsp             \
41         ess             \
42         ftam            \
43         gnm             \
44         goose           \
45         gsm_map         \
46         h225            \
47         h235            \
48         h245            \
49         h248            \
50         h282            \
51         h283            \
52         h323            \
53         h450            \
54         h450-ros        \
55         h460            \
56         h501            \
57         HI2Operations   \
58         hnbap           \
59         idmp            \
60         inap            \
61         kerberos        \
62         ldap            \
63         logotypecertextn \
64         lte-rrc         \
65         mms             \
66         mpeg-audio      \
67         mpeg-pes        \
68         nbap            \
69         ns_cert_exts    \
70         ocsp            \
71         p7              \
72         pcap            \
73         pkcs1           \
74         pkcs12          \
75         pkinit          \
76         pkixac          \
77         pkix1explicit   \
78         pkix1implicit   \
79         pkixproxy       \
80         pkixqualified   \
81         pkixtsp         \
82         pres            \
83         q932            \
84         q932-ros        \
85         qsig            \
86         ranap           \
87         rnsap           \
88         ros             \
89         rrc             \
90         rrlp            \
91         rtse            \
92         rua             \
93         s1ap            \
94         s4406           \
95         sabp            \
96         smrse           \
97         snmp            \
98         spnego          \
99         sv              \
100         t125            \
101         t38             \
102         tcap            \
103         ulp             \
104         wlancertextn    \
105         x2ap            \
106         x411            \
107         x420            \
108         x509af          \
109         x509ce          \
110         x509if          \
111         x509sat         \
112         x721
113
114 EXTRA_DIST = \
115         Makefile.nmake  \
116         Makefile.inc.nmake      \
117         Makefile.preinc.nmake
118
119 MAINTAINERCLEANFILES = \
120         Makefile.in
121