diff options
author | Andy Green <andy@warmcat.com> | 2012-04-12 11:06:05 +0800 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2012-04-12 13:31:25 +0800 |
commit | cce2a81e85d9693a83ac30e9e58f732b59759a88 (patch) | |
tree | 244515ed454d16f98298144406f481c9eb594b31 /test-server/test-server-extpoll.c | |
parent | a3147888d6aef9c10505e4ad1effa62930f384dc (diff) |
change DATADIR to INSTALL_DATADIR solve mingw conflict
Based on work from Radu Sorici <soriciradu@gmail.com>
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'test-server/test-server-extpoll.c')
-rw-r--r-- | test-server/test-server-extpoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-server/test-server-extpoll.c b/test-server/test-server-extpoll.c index f550ff6..1ad3fb5 100644 --- a/test-server/test-server-extpoll.c +++ b/test-server/test-server-extpoll.c @@ -68,7 +68,7 @@ enum demo_protocols { }; -#define LOCAL_RESOURCE_PATH DATADIR"/libwebsockets-test-server" +#define LOCAL_RESOURCE_PATH INSTALL_DATADIR"/libwebsockets-test-server" /* this protocol server (always the first one) just knows how to do HTTP */ |