diff options
author | runge <runge> | 2006-04-26 15:37:43 +0000 |
---|---|---|
committer | runge <runge> | 2006-04-26 15:37:43 +0000 |
commit | 3c80351a1c131914dea7188fbd51d2af4606f527 (patch) | |
tree | 1bfbedf1d54b18ff6e2d1fe841677a26d417cdbd /x11vnc/x11vnc.h | |
parent | 6a6ccc8c588498cc645a407fbbd7421e432b3803 (diff) | |
download | libvncserver-3c80351a1c131914dea7188fbd51d2af4606f527.zip libvncserver-3c80351a1c131914dea7188fbd51d2af4606f527.tar.gz |
Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r-- | x11vnc/x11vnc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index 2c69d1b..f47cb89 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -143,7 +143,7 @@ #undef NOGUI #define NOGUI #undef SKIP_HELP -#define SKIP_HELP 0 +#define SKIP_HELP 1 #endif #if (SMALL_FOOTPRINT > 1) |