mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 01:58:25 +00:00
[client] changed output program name
This commit is contained in:
parent
4829c0413c
commit
3ee53dca79
@ -1,3 +1,4 @@
|
|||||||
|
BINARY=kvmgfx-client
|
||||||
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I../common -DDEBUG
|
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I../common -DDEBUG
|
||||||
LDFLAGS=-lrt
|
LDFLAGS=-lrt
|
||||||
|
|
||||||
@ -16,4 +17,5 @@ LDFLAGS+=`pkg-config --libs libssl openssl`
|
|||||||
CFLAGS+=`pkg-config --cflags spice-protocol`
|
CFLAGS+=`pkg-config --cflags spice-protocol`
|
||||||
|
|
||||||
all:
|
all:
|
||||||
gcc ${CFLAGS} -o bin/main main.c spice/spice.c ivshmem/ivshmem.c ${LDFLAGS}
|
mkdir -p bin
|
||||||
|
gcc ${CFLAGS} -o bin/${BINARY} main.c spice/spice.c ivshmem/ivshmem.c ${LDFLAGS}
|
||||||
|
Loading…
Reference in New Issue
Block a user