From 7d9bc022e23efcf689a75abf3092287d3facd3dd Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 6 Jun 2008 16:59:42 +0000 Subject: [PATCH] daemon should compile regardless of configuration setting --- Transmission.xcodeproj/project.pbxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index c52498375..d129c8ee3 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -2468,6 +2468,10 @@ "third-party/", "third-party/libevent", ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DHAVE_DAEMON", + ); PRODUCT_NAME = "transmission-daemon"; }; name = "Release - Debug"; @@ -2629,6 +2633,10 @@ "third-party/", "third-party/libevent", ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DHAVE_DAEMON", + ); PRODUCT_NAME = "transmission-daemon"; }; name = Release;