wrc: Drop hardcoded INCLUDEDIR.
authorKirill Smelkov <kirr@mns.spb.ru>
Wed, 21 Apr 2010 15:33:14 +0000 (19:33 +0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 Apr 2010 09:27:52 +0000 (11:27 +0200)
INCLUDEDIR should be defined in Makefile.in, and if not, we should notice.

tools/wrc/wrc.c

index 2919d383626432eb281ceb965ada60956eb022f7..614cc840a91e06f6ffff417c732e112d276c945f 100644 (file)
 #include "parser.h"
 #include "wine/wpp.h"
 
-#ifndef INCLUDEDIR
-#define INCLUDEDIR "/usr/local/include/wine"
-#endif
-
 #ifdef WORDS_BIGENDIAN
 #define ENDIAN "big"
 #else