]> git.proxmox.com Git - spiceterm.git/blame - Makefile
correct set bg color, try to use g_alloc/g_free
[spiceterm.git] / Makefile
CommitLineData
cc04455b
DM
1
2PROGRAMS=test_display_no_ssl
4219b121 3HEADERS=test_display_base.h basic_event_loop.h ring.h glyphs.h
cc04455b
DM
4SOURCES=test_display_base.c test_display_no_ssl.c basic_event_loop.c
5
6all: ${PROGRAMS}
7
8test_display_no_ssl: ${SOURCES} ${HEADERS}
9 gcc ${SOURCES} -o $@ $(shell pkg-config --cflags --libs spice-protocol,spice-server)
1d7f2da4
DM
10
11.PHONY: test
12test: test_display_no_ssl
13 ./test_display_no_ssl & remote-viewer spice://localhost:5912