Fixed includes, update Makefile.am
This commit is contained in:
parent
8807914668
commit
63e39befef
@ -38,6 +38,8 @@
|
|||||||
#ifndef _GUAC_LAYER_H
|
#ifndef _GUAC_LAYER_H
|
||||||
#define _GUAC_LAYER_H
|
#define _GUAC_LAYER_H
|
||||||
|
|
||||||
|
#include "client.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides functions and structures required for allocating and using layers.
|
* Provides functions and structures required for allocating and using layers.
|
||||||
*
|
*
|
||||||
|
@ -38,6 +38,8 @@
|
|||||||
#ifndef _GUAC_TIME_H
|
#ifndef _GUAC_TIME_H
|
||||||
#define _GUAC_TIME_H
|
#define _GUAC_TIME_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides functions and structures for creating timestamps.
|
* Provides functions and structures for creating timestamps.
|
||||||
*
|
*
|
||||||
|
@ -39,15 +39,20 @@ ACLOCAL_AMFLAGS = -I m4
|
|||||||
AM_CFLAGS = -Werror -Wall -pedantic -I../include
|
AM_CFLAGS = -Werror -Wall -pedantic -I../include
|
||||||
|
|
||||||
libguacincdir = $(includedir)/guacamole
|
libguacincdir = $(includedir)/guacamole
|
||||||
libguacinc_HEADERS = \
|
libguacinc_HEADERS = \
|
||||||
../include/client.h \
|
../include/client.h \
|
||||||
../include/socket.h \
|
../include/error.h \
|
||||||
../include/protocol.h \
|
../include/instruction.h \
|
||||||
../include/error.h
|
../include/layer.h \
|
||||||
|
../include/plugin.h \
|
||||||
|
../include/protocol.h \
|
||||||
|
../include/resource.h \
|
||||||
|
../include/socket.h \
|
||||||
|
../include/time.h
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
../include/palette.h \
|
|
||||||
../include/client-handlers.h \
|
../include/client-handlers.h \
|
||||||
|
../include/palette.h \
|
||||||
../include/unicode.h
|
../include/unicode.h
|
||||||
|
|
||||||
libguac_la_SOURCES = \
|
libguac_la_SOURCES = \
|
||||||
|
Loading…
Reference in New Issue
Block a user