aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 1ad2bfedf8..9a8f38145f 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -225,7 +225,6 @@ set(LIBWIRESHARK_FILES
prefs.c
proto.c
proto_data.c
- ps.c
range.c
reassemble.c
reedsolomon.c
@@ -256,6 +255,7 @@ set(LIBWIRESHARK_FILES
value_string.c
unit_strings.c
xdlc.c
+ ${CMAKE_CURRENT_BINARY_DIR}/ps.c
${CMAKE_SOURCE_DIR}/version_info.c
)