Frédéric Lécaille | 6d88950 | 2017-11-15 14:50:19 +0100 | [diff] [blame] | 1 | diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt |
| 2 | index 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 |
| 13 | diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am |
| 14 | index 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 \ |