aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dfilter/CMakeLists.txt7
-rw-r--r--wsutil/CMakeLists.txt1
2 files changed, 5 insertions, 3 deletions
diff --git a/epan/dfilter/CMakeLists.txt b/epan/dfilter/CMakeLists.txt
index bf2baa8446..89f702461f 100644
--- a/epan/dfilter/CMakeLists.txt
+++ b/epan/dfilter/CMakeLists.txt
@@ -9,15 +9,17 @@
set(DFILTER_PUBLIC_HEADERS
dfilter.h
+ dfilter-int.h
+ dfilter-loc.h
dfilter-plugin.h
+ dfunctions.h
drange.h
+ syntax-tree.h
)
set(DFILTER_HEADER_FILES
${DFILTER_PUBLIC_HEADERS}
- dfilter-int.h
dfilter-macro.h
- dfunctions.h
dfvm.h
gencode.h
semcheck.h
@@ -28,7 +30,6 @@ set(DFILTER_HEADER_FILES
sttype-set.h
sttype-slice.h
sttype-op.h
- syntax-tree.h
)
set(DFILTER_NONGENERATED_FILES
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index d04e3a13d4..0009d0031a 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -113,6 +113,7 @@ set(WSUTIL_PUBLIC_HEADERS
os_version_info.h
pint.h
please_report_bug.h
+ plugins.h
pow2.h
privileges.h
processes.h