summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 0040a2205b..5045c6a1ae 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -1720,7 +1720,7 @@ endif()
ABICHECK(libwireshark)
-file(GLOB COLUMN_INFO_HEADER column-info.h)
+file(GLOB EPAN_HEADERS *.h)
file(GLOB CRYPT_HEADERS crypt/*.h)
file(GLOB COMPRESS_HEADERS compress/*.h)
file(GLOB DFILTER_HEADERS dfilter/*.h ../tools/lemon/cppmagic.h)