blob: c06134dc2d81d6c40de0920887cc521d203229c1 [file] [log] [blame]
Frédéric Lécaille6d889502017-11-15 14:50:19 +01001diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt
2index 38e2149..5f8cd49 100644
3--- a/epan/dissectors/CMakeLists.txt
4+++ b/epan/dissectors/CMakeLists.txt
5@@ -665,6 +665,7 @@ set(DISSECTOR_SRC
6 packet-h263.c
7 packet-h263p.c
8 packet-h264.c
9+ packet-happp.c
10 packet-hartip.c
11 packet-hazelcast.c
12 packet-hci_h1.c
13diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
14index 70edc66..bc46235 100644
15--- a/epan/dissectors/Makefile.am
16+++ b/epan/dissectors/Makefile.am
17@@ -694,6 +694,7 @@ DISSECTOR_SRC = \
18 packet-h263.c \
19 packet-h263p.c \
20 packet-h264.c \
21+ packet-happp.c \
22 packet-hartip.c \
23 packet-hazelcast.c \
24 packet-hci_h1.c \