aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-04 16:11:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-04 16:11:17 +0000
commit96aa45646dc5dee532ed27009145095b2a8778cb (patch)
tree30409eb756af220df74cda28caa9a79684042c22 /epan/dissectors/Makefile.common
parentf4a7b397534f6f7e55510bd98f97a101eac8d1a2 (diff)
First step to split the gsm_a dissector into several smaller ones ( done by Neil Piercy)
rename the "old" one to gsm_a_common. svn path=/trunk/; revision=25915
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index cef36684cf..df5fa43afb 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -422,7 +422,7 @@ CLEAN_DISSECTOR_SRC = \
packet-gprs-llc.c \
packet-gprs-ns.c \
packet-gre.c \
- packet-gsm_a.c \
+ packet-gsm_a_common.c \
packet-gsm_bsslap.c \
packet-gsm_sms.c \
packet-gsm_sms_ud.c \
@@ -928,7 +928,7 @@ DISSECTOR_INCLUDES = \
packet-gnm.h \
packet-gnutella.h \
packet-gre.h \
- packet-gsm_a.h \
+ packet-gsm_a_common.h \
packet-gsm_map.h \
packet-gsm_sms.h \
packet-gssapi.h \