summaryrefslogtreecommitdiff
path: root/plugins/wimaxmacphy/Makefile.am
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-11-28 22:50:33 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-11-28 22:50:33 +0000
commitcf50d935104059365a602f71e75ed65b94bdffb1 (patch)
tree02b1f83b69d7e71da9f28b050424f9c42430882a /plugins/wimaxmacphy/Makefile.am
parent3029a76dc39b069e529534a3f2e1427c165f7edb (diff)
downloadwireshark-cf50d935104059365a602f71e75ed65b94bdffb1.tar.gz
Fix :
CMake Warning (dev) at CMakeLists.txt:476 (add_subdirectory): The source directory /home/wireshark/plugins/wimaxmacphy does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. svn path=/trunk/; revision=46267
Diffstat (limited to 'plugins/wimaxmacphy/Makefile.am')
-rw-r--r--plugins/wimaxmacphy/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/wimaxmacphy/Makefile.am b/plugins/wimaxmacphy/Makefile.am
index 02a40df18c..9ad39c18c7 100644
--- a/plugins/wimaxmacphy/Makefile.am
+++ b/plugins/wimaxmacphy/Makefile.am
@@ -122,4 +122,5 @@ EXTRA_DIST = \
Makefile.common \
Makefile.nmake \
moduleinfo.nmake \
- plugin.rc.in
+ plugin.rc.in \
+ CMakeLists.txt