mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] moved spice implementation into subdirectory
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror
|
||||
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I./
|
||||
LDFLAGS=-lrt -lGL
|
||||
|
||||
CFLAGS+=`pkg-config --cflags sdl2`
|
||||
@@ -10,4 +10,4 @@ LDFLAGS+=`pkg-config --libs libssl openssl`
|
||||
CFLAGS+=`pkg-config --cflags spice-protocol`
|
||||
|
||||
all:
|
||||
gcc ${CFLAGS} -o main main.c spice.c ${LDFLAGS}
|
||||
gcc ${CFLAGS} -o main main.c spice/spice.c ${LDFLAGS}
|
||||
|
Reference in New Issue
Block a user