Migrate to guac_* namespace.
This commit is contained in:
parent
da3bef2119
commit
50bb5d132f
@ -27,10 +27,10 @@ AM_CFLAGS = -Werror -Wall -pedantic
|
||||
noinst_LTLIBRARIES = libguac_common.la
|
||||
|
||||
noinst_HEADERS = \
|
||||
io.h \
|
||||
list.h
|
||||
guac_io.h \
|
||||
guac_list.h
|
||||
|
||||
libguac_common_la_SOURCES = \
|
||||
io.c \
|
||||
list.c
|
||||
guac_io.c \
|
||||
guac_list.c
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "io.h"
|
||||
#include "guac_io.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "list.h"
|
||||
#include "guac_list.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <pthread.h>
|
Loading…
Reference in New Issue
Block a user