daemon should compile regardless of configuration setting

This commit is contained in:
Mitchell Livingston 2008-06-06 16:59:42 +00:00
parent d0fde72674
commit 7d9bc022e2
1 changed files with 8 additions and 0 deletions

View File

@ -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;