aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-07-23 22:38:57 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-07-23 22:38:57 +0000
commit43966696b96e392d41ad1950e6d8840d7dfde06d (patch)
treeeda5e4c60590da7dca51946e570dafafac2c1985
parent6cae0b219375fa2b026e7de76b1cc3078c5e7355 (diff)
Move packet-isup to CLEAN_DISSECTOR_SRC--it compiles cleanly for me.
svn path=/trunk/; revision=22390
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 6ecbd2dab7..527303a37f 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -458,6 +458,7 @@ CLEAN_DISSECTOR_SRC = \
packet-isl.c \
packet-ismp.c \
packet-isns.c \
+ packet-isup.c \
packet-isup_thin.c \
packet-iua.c \
packet-iuup.c \
@@ -747,7 +748,6 @@ DISSECTOR_SRC = \
packet-bacapp.c \
packet-cops.c \
packet-diameter.c \
- packet-isup.c \
packet-k12.c \
packet-nbd.c \
packet-sccp.c \