[misc] common and client project rename to "Looking Glass"

See: https://forum.level1techs.com/t/headless-pci-passthrough-program-name-vote/121779/36
This commit is contained in:
Geoffrey McRae
2017-12-04 02:22:49 +11:00
parent 3156c0e0cb
commit 10e6408022
10 changed files with 50 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
BINARY=kvmgfx-client
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I../common -DDEBUG
BINARY=looking-glass-client
CFLAGS=-g -O3 -std=gnu99 -march=native -Wall -Werror -I../common -DDEBUG
LDFLAGS=-lrt
CFLAGS+=`pkg-config --cflags sdl2`