Move register.c from from DISSECTOR_SRC to DISSECTOR_SUPPORT_SRC to avoid a circular...
authorJörg Mayer <jmayer@loplof.de>
Tue, 2 Mar 2004 01:48:31 +0000 (01:48 -0000)
committerJörg Mayer <jmayer@loplof.de>
Tue, 2 Mar 2004 01:48:31 +0000 (01:48 -0000)
svn path=/trunk/; revision=10275

epan/Makefile.common

index 1d7270d67f6ff604206d921051e1bb9ac6af7f8e..6e97d6764d4b7fa6c95a7eeb80b28601ad279e85 100644 (file)
@@ -3,7 +3,7 @@
 #     a) common to both files and
 #     b) portable between both files
 #
-# $Id: Makefile.common,v 1.1 2004/03/02 01:21:56 jmayer Exp $
+# $Id: Makefile.common,v 1.2 2004/03/02 01:48:31 jmayer Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
@@ -26,7 +26,6 @@
 
 # the dissector sources (without any helpers)
 DISSECTOR_SRC =        \
-       register.c              \
        ../packet-aarp.c        \
        ../packet-acap.c        \
        ../packet-acse.c        \
@@ -451,6 +450,7 @@ DISSECTOR_SRC =     \
 
 # dissector helpers (needed from the dissectors, but not a dissector itself)
 DISSECTOR_SUPPORT_SRC =        \
+       register.c      \
        ../adler32.c    \
        ../afn.c        \
        ../asn1.c       \