GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source.
This commit is contained in:
parent
768b2ba0f5
commit
f6953e1317
@ -122,7 +122,7 @@ libguacinc_HEADERS += guacamole/socket-wsa.h
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
libguac_la_CFLAGS = \
|
libguac_la_CFLAGS = \
|
||||||
-Werror -Wall -pedantic -I$(srcdir)/guacamole
|
-Werror -Wall -pedantic
|
||||||
|
|
||||||
libguac_la_LDFLAGS = \
|
libguac_la_LDFLAGS = \
|
||||||
-version-info 16:0:0 \
|
-version-info 16:0:0 \
|
||||||
|
@ -19,14 +19,13 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#include "guacamole/audio.h"
|
||||||
|
#include "guacamole/client.h"
|
||||||
|
#include "guacamole/protocol.h"
|
||||||
|
#include "guacamole/stream.h"
|
||||||
|
#include "guacamole/user.h"
|
||||||
#include "raw_encoder.h"
|
#include "raw_encoder.h"
|
||||||
|
|
||||||
#include <guacamole/audio.h>
|
|
||||||
#include <guacamole/client.h>
|
|
||||||
#include <guacamole/protocol.h>
|
|
||||||
#include <guacamole/stream.h>
|
|
||||||
#include <guacamole/user.h>
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -19,20 +19,20 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "client.h"
|
|
||||||
#include "encode-jpeg.h"
|
#include "encode-jpeg.h"
|
||||||
#include "encode-png.h"
|
#include "encode-png.h"
|
||||||
#include "encode-webp.h"
|
#include "encode-webp.h"
|
||||||
#include "error.h"
|
#include "guacamole/client.h"
|
||||||
|
#include "guacamole/error.h"
|
||||||
|
#include "guacamole/layer.h"
|
||||||
|
#include "guacamole/plugin.h"
|
||||||
|
#include "guacamole/pool.h"
|
||||||
|
#include "guacamole/protocol.h"
|
||||||
|
#include "guacamole/socket.h"
|
||||||
|
#include "guacamole/stream.h"
|
||||||
|
#include "guacamole/timestamp.h"
|
||||||
|
#include "guacamole/user.h"
|
||||||
#include "id.h"
|
#include "id.h"
|
||||||
#include "layer.h"
|
|
||||||
#include "pool.h"
|
|
||||||
#include "plugin.h"
|
|
||||||
#include "protocol.h"
|
|
||||||
#include "socket.h"
|
|
||||||
#include "stream.h"
|
|
||||||
#include "timestamp.h"
|
|
||||||
#include "user.h"
|
|
||||||
|
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "encode-jpeg.h"
|
#include "encode-jpeg.h"
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
|
#include "guacamole/protocol.h"
|
||||||
|
#include "guacamole/stream.h"
|
||||||
#include "palette.h"
|
#include "palette.h"
|
||||||
#include "protocol.h"
|
|
||||||
#include "stream.h"
|
|
||||||
|
|
||||||
#include <cairo/cairo.h>
|
#include <cairo/cairo.h>
|
||||||
#include <jpeglib.h>
|
#include <jpeglib.h>
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
#include "stream.h"
|
#include "guacamole/stream.h"
|
||||||
|
|
||||||
#include <cairo/cairo.h>
|
#include <cairo/cairo.h>
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "encode-png.h"
|
#include "encode-png.h"
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
|
#include "guacamole/protocol.h"
|
||||||
|
#include "guacamole/stream.h"
|
||||||
#include "palette.h"
|
#include "palette.h"
|
||||||
#include "protocol.h"
|
|
||||||
#include "stream.h"
|
|
||||||
|
|
||||||
#include <png.h>
|
#include <png.h>
|
||||||
#include <cairo/cairo.h>
|
#include <cairo/cairo.h>
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
#include "stream.h"
|
#include "guacamole/stream.h"
|
||||||
|
|
||||||
#include <cairo/cairo.h>
|
#include <cairo/cairo.h>
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "encode-webp.h"
|
#include "encode-webp.h"
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
|
#include "guacamole/protocol.h"
|
||||||
|
#include "guacamole/stream.h"
|
||||||
#include "palette.h"
|
#include "palette.h"
|
||||||
#include "protocol.h"
|
|
||||||
#include "stream.h"
|
|
||||||
|
|
||||||
#include <cairo/cairo.h>
|
#include <cairo/cairo.h>
|
||||||
#include <webp/encode.h>
|
#include <webp/encode.h>
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
#include "stream.h"
|
#include "guacamole/stream.h"
|
||||||
|
|
||||||
#include <cairo/cairo.h>
|
#include <cairo/cairo.h>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#include "guacamole/error.h"
|
||||||
#include "id.h"
|
#include "id.h"
|
||||||
#include "error.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_OSSP_UUID_H
|
#ifdef HAVE_OSSP_UUID_H
|
||||||
#include <ossp/uuid.h>
|
#include <ossp/uuid.h>
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
#include "parser.h"
|
#include "guacamole/parser.h"
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
#include "unicode.h"
|
#include "guacamole/unicode.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "pool.h"
|
#include "guacamole/pool.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
@ -19,14 +19,14 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
#include "layer.h"
|
#include "guacamole/layer.h"
|
||||||
#include "object.h"
|
#include "guacamole/object.h"
|
||||||
|
#include "guacamole/protocol.h"
|
||||||
|
#include "guacamole/socket.h"
|
||||||
|
#include "guacamole/stream.h"
|
||||||
|
#include "guacamole/unicode.h"
|
||||||
#include "palette.h"
|
#include "palette.h"
|
||||||
#include "protocol.h"
|
|
||||||
#include "socket.h"
|
|
||||||
#include "stream.h"
|
|
||||||
#include "unicode.h"
|
|
||||||
|
|
||||||
#include <cairo/cairo.h>
|
#include <cairo/cairo.h>
|
||||||
|
|
||||||
|
@ -19,15 +19,13 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "audio.h"
|
#include "guacamole/audio.h"
|
||||||
|
#include "guacamole/client.h"
|
||||||
|
#include "guacamole/protocol.h"
|
||||||
|
#include "guacamole/socket.h"
|
||||||
|
#include "guacamole/user.h"
|
||||||
#include "raw_encoder.h"
|
#include "raw_encoder.h"
|
||||||
|
|
||||||
#include <guacamole/audio.h>
|
|
||||||
#include <guacamole/client.h>
|
|
||||||
#include <guacamole/protocol.h>
|
|
||||||
#include <guacamole/socket.h>
|
|
||||||
#include <guacamole/user.h>
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "audio.h"
|
#include "guacamole/audio.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The number of bytes to send in each audio blob.
|
* The number of bytes to send in each audio blob.
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "client.h"
|
#include "guacamole/client.h"
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
#include "user.h"
|
#include "guacamole/user.h"
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
#include "wait-fd.h"
|
#include "wait-fd.h"
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "protocol.h"
|
#include "guacamole/protocol.h"
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
#include "unicode.h"
|
#include "guacamole/unicode.h"
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
#include "socket-ssl.h"
|
#include "guacamole/socket-ssl.h"
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
#include "wait-fd.h"
|
#include "wait-fd.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
#include "protocol.h"
|
#include "guacamole/protocol.h"
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
#include "timestamp.h"
|
#include "guacamole/timestamp.h"
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "timestamp.h"
|
#include "guacamole/timestamp.h"
|
||||||
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "unicode.h"
|
#include "guacamole/unicode.h"
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "client.h"
|
#include "guacamole/client.h"
|
||||||
#include "object.h"
|
#include "guacamole/object.h"
|
||||||
#include "protocol.h"
|
#include "guacamole/protocol.h"
|
||||||
#include "stream.h"
|
#include "guacamole/stream.h"
|
||||||
#include "timestamp.h"
|
#include "guacamole/timestamp.h"
|
||||||
#include "user.h"
|
#include "guacamole/user.h"
|
||||||
#include "user-handlers.h"
|
#include "user-handlers.h"
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
@ -31,8 +31,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "client.h"
|
#include "guacamole/client.h"
|
||||||
#include "timestamp.h"
|
#include "guacamole/timestamp.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Internal handler for Guacamole instructions. Instruction handlers will be
|
* Internal handler for Guacamole instructions. Instruction handlers will be
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "client.h"
|
#include "guacamole/client.h"
|
||||||
#include "error.h"
|
#include "guacamole/error.h"
|
||||||
#include "parser.h"
|
#include "guacamole/parser.h"
|
||||||
#include "protocol.h"
|
#include "guacamole/protocol.h"
|
||||||
#include "socket.h"
|
#include "guacamole/socket.h"
|
||||||
#include "user.h"
|
#include "guacamole/user.h"
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -19,18 +19,18 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "client.h"
|
|
||||||
#include "encode-jpeg.h"
|
#include "encode-jpeg.h"
|
||||||
#include "encode-png.h"
|
#include "encode-png.h"
|
||||||
#include "encode-webp.h"
|
#include "encode-webp.h"
|
||||||
|
#include "guacamole/client.h"
|
||||||
|
#include "guacamole/object.h"
|
||||||
|
#include "guacamole/pool.h"
|
||||||
|
#include "guacamole/protocol.h"
|
||||||
|
#include "guacamole/socket.h"
|
||||||
|
#include "guacamole/stream.h"
|
||||||
|
#include "guacamole/timestamp.h"
|
||||||
|
#include "guacamole/user.h"
|
||||||
#include "id.h"
|
#include "id.h"
|
||||||
#include "object.h"
|
|
||||||
#include "pool.h"
|
|
||||||
#include "protocol.h"
|
|
||||||
#include "socket.h"
|
|
||||||
#include "stream.h"
|
|
||||||
#include "timestamp.h"
|
|
||||||
#include "user.h"
|
|
||||||
#include "user-handlers.h"
|
#include "user-handlers.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user