daemon can be compiled in xcode

This commit is contained in:
Mitchell Livingston 2008-06-06 16:54:37 +00:00
parent 3bc2f91d2d
commit d63e7181c3
1 changed files with 4 additions and 0 deletions

View File

@ -2288,6 +2288,10 @@
"third-party/",
"third-party/libevent",
);
OTHER_CFLAGS = (
"$(inherited)",
"-DHAVE_DAEMON",
);
PRODUCT_NAME = "transmission-daemon";
};
name = Development;