- Pod stuff is independent of the guides, so check/use
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 2 Oct 2010 06:45:49 +0000 (06:45 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 2 Oct 2010 06:45:49 +0000 (06:45 +0000)
  it indepently.
- AND needs to be in caps.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4879

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34325 f5534014-38df-0310-8fa8-9805f1628bb7

CMakeLists.txt

index b916f877b12cd4f6ccccf95ea9ad98e99aa2c889..21c303ac0609187757304e6f383098fdd237d470 100644 (file)
@@ -300,9 +300,7 @@ endif()
 
 set(PACKAGELIST ${PACKAGELIST} YAPP)
 
-if(ENABLE_GUIDES)
-       set(PACKAGELIST ${PACKAGELIST} POD)
-endif()
+set(PACKAGELIST ${PACKAGELIST} POD)
 
 
 set(PROGLIST text2pcap mergecap capinfos editcap dumpcap)
@@ -409,7 +407,7 @@ add_subdirectory( tools/lemon )
 add_subdirectory( wiretap )
 add_subdirectory( wsutil )
 
-if(BUILD_wireshark and GTK2_FOUND)
+if(BUILD_wireshark AND GTK2_FOUND)
        add_subdirectory( gtk )
 endif()
 
@@ -622,7 +620,7 @@ set(LIBEPAN_LIBS
                ${M_LIBRARIES}
 )
 
-if(BUILD_wireshark and GTK2_FOUND)
+if(BUILD_wireshark AND GTK2_FOUND)
        set(wireshark_LIBS
                ui
                ${GTK2_LIBRARIES}