Register the WSP dissector, make it static, and have the WTP dissector
[obnox/wireshark/wip.git] / autogen.sh
index c8deebc0a528ab96c7f6ee7b679efbc15906bf33..ea3b1c64fecb2ec34db9157b6858c41153648879 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Run this to generate all the initial makefiles.
 #
-# $Id: autogen.sh,v 1.11 2000/10/14 04:09:04 gram Exp $
+# $Id: autogen.sh,v 1.13 2000/11/22 04:03:22 gram Exp $
 
 DIE=true
 PROJECT="Ethereal"
@@ -13,7 +13,7 @@ python -c "print 'Checking for python.'"
 if [ $? != 0 ] ; then
   cat >&2 <<_EOF_
 
-       You must have Python in order to compiler $PROJECT.
+       You must have Python in order to compile $PROJECT.
        Download the appropriate package for your distribution/OS,
        or get the source tarball at http://www.python.org/
 _EOF_
@@ -77,7 +77,7 @@ if test -z "$*"; then
 fi
 
 aclocal_flags="`./aclocal-flags`"
-for dir in . wiretap ;  do
+for dir in . epan wiretap ;  do
   echo processing $dir
   (
     cd $dir