From Dirk via bug #5771: Add heuristic dissector for images and HTTP
[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         gprscdr         \
47         h225            \
48         h235            \
49         h245            \
50         h248            \
51         h282            \
52         h283            \
53         h323            \
54         h450            \
55         h450-ros        \
56         h460            \
57         h501            \
58         HI2Operations   \
59         hnbap           \
60         idmp            \
61         inap            \
62         kerberos        \
63         ldap            \
64         logotypecertextn \
65         lte-rrc         \
66         mms             \
67         mpeg-audio      \
68         mpeg-pes        \
69         nbap            \
70         ns_cert_exts    \
71         ocsp            \
72         p1              \
73         p22             \
74         p7              \
75         p772            \
76         pcap            \
77         pkcs1           \
78         pkcs12          \
79         pkinit          \
80         pkixac          \
81         pkix1explicit   \
82         pkix1implicit   \
83         pkixproxy       \
84         pkixqualified   \
85         pkixtsp         \
86         pres            \
87         q932            \
88         q932-ros        \
89         qsig            \
90         ranap           \
91         rnsap           \
92         ros             \
93         rrc             \
94         rrlp            \
95         rtse            \
96         rua             \
97         s1ap            \
98         sabp            \
99         smrse           \
100         snmp            \
101         spnego          \
102         sv              \
103         t125            \
104         t38             \
105         tcap            \
106         tetra           \
107         ulp             \
108         wlancertextn    \
109         x2ap            \
110         x509af          \
111         x509ce          \
112         x509if          \
113         x509sat         \
114         x721
115
116 EXTRA_DIST = \
117         Makefile.nmake  \
118         Makefile.inc.nmake      \
119         Makefile.preinc.nmake
120
121 MAINTAINERCLEANFILES = \
122         Makefile.in
123