From 4a188de4bb6fdcd1f2f6fe523360e6c31e84e064 Mon Sep 17 00:00:00 2001
From: Hector Martin
Date: Sat, 12 Jun 2010 10:36:31 +0200
Subject: Actually enable the new protocol

---
 daemon/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

(limited to 'daemon')

diff --git a/daemon/CMakeLists.txt b/daemon/CMakeLists.txt
index 48ff0c6..103a8fe 100644
--- a/daemon/CMakeLists.txt
+++ b/daemon/CMakeLists.txt
@@ -2,6 +2,7 @@ find_package(USB REQUIRED)
 include_directories(${USB_INCLUDE_DIRS})
 set(LIBS ${LIBS} ${USB_LIBRARIES} ${OPT_LIBS})
 if(HAVE_PLIST)
+  add_definitions("-DHAVE_PLIST")
   message("-- usbmuxd will be built with protocol version 1 support")
 endif()
 include_directories (${CMAKE_SOURCE_DIR}/common)
-- 
cgit v1.1-32-gdbae