More Ethereal -> Wireshark renaming
[obnox/wireshark/wip.git] / plugins / Makefile.am
index 0fe4f540eca6e072c07a2d8f1087d6465077584c..4d7a6b15876c7b8c267651f62976a7b646d498d7 100644 (file)
@@ -1,10 +1,10 @@
 # Makefile.am
-# Automake file for Ethereal
+# Automake file for Wireshark
 #
 # $Id$
 #
-# Ethereal - Network traffic analyzer
-# By Gerald Combs <gerald@ethereal.com>
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
 #
 # This program is free software; you can redistribute it and/or
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-SUBDIRS = acn agentx artnet asn1 ciscosm docsis enttec giop gryphon irda lwres mate megaco mgcp opsi pcli profinet rdm rlm rtnet rudp stats_tree v5ua xml
+SUBDIRS = \
+       agentx \
+       artnet \
+       asn1 \
+       ciscosm \
+       docsis \
+       enttec \
+       giop \
+       gryphon \
+       h223 \
+       irda \
+       lwres \
+       mate \
+       megaco \
+       mgcp \
+       opsi \
+       pcli \
+       profinet \
+       rlm \
+       rtnet \
+       rudp \
+       sbus \
+       stats_tree \
+       v5ua
+
 
 plugindir = @plugindir@
 
 
 EXTRA_DIST = \
        Makefile.nmake
+
+MAINTAINERCLEANFILES = \
+       Makefile.in
+