summaryrefslogtreecommitdiff
path: root/echld
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-09-13 17:23:29 +0000
committerJörg Mayer <jmayer@loplof.de>2013-09-13 17:23:29 +0000
commitfbef795dc3fa29e703a4a77606ca0f5990ece07b (patch)
treec2b0422f3b08546bb2de5d36cef4754c4d69c5ee /echld
parentb0ef116a4cd5f983bf160ea3f904db2b0566a190 (diff)
downloadwireshark-fbef795dc3fa29e703a4a77606ca0f5990ece07b.tar.gz
Move common.c to dirty files
svn path=/trunk/; revision=52012
Diffstat (limited to 'echld')
-rw-r--r--echld/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/echld/CMakeLists.txt b/echld/CMakeLists.txt
index 32431eac8d..0637809133 100644
--- a/echld/CMakeLists.txt
+++ b/echld/CMakeLists.txt
@@ -22,13 +22,13 @@
#
set(CLEAN_FILES
- common.c
echld-util.c
parent.c
)
set(DIRTY_FILES
child.c
+ common.c
dispatcher.c
)