Skip to content

Commit

Permalink
GUACAMOLE-1846: Synchronize new users with the connection state in ba…
Browse files Browse the repository at this point in the history
…tches.
  • Loading branch information
jmuehlner committed Aug 23, 2023
1 parent 80598ae commit a2c28c9
Show file tree
Hide file tree
Showing 14 changed files with 955 additions and 67 deletions.
16 changes: 9 additions & 7 deletions src/libguac/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,14 @@ libguacinc_HEADERS = \
guacamole/wol.h \
guacamole/wol-constants.h

noinst_HEADERS = \
id.h \
encode-jpeg.h \
encode-png.h \
palette.h \
user-handlers.h \
raw_encoder.h \
noinst_HEADERS = \
id.h \
encode-jpeg.h \
encode-png.h \
reentrant-rwlock.h \
palette.h \
user-handlers.h \
raw_encoder.h \
wait-fd.h

libguac_la_SOURCES = \
Expand All @@ -97,6 +98,7 @@ libguac_la_SOURCES = \
fips.c \
hash.c \
id.c \
reentrant-rwlock.c \
palette.c \
parser.c \
pool.c \
Expand Down
Loading

0 comments on commit a2c28c9

Please sign in to comment.