]> git.proxmox.com Git - spiceterm.git/blobdiff - Makefile
test if keysym is zero
[spiceterm.git] / Makefile
index fb1a12ea740fc8ae1d4a6d247470e416f66ab7f1..2846d32001e594a2f872d8626017dbb085043dcc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,16 @@
 
 PROGRAMS=spiceterm
 
-HEADERS=test_display_base.h basic_event_loop.h glyphs.h spiceterm.h
-SOURCES=test_display_base.c basic_event_loop.c
+HEADERS=translations.h event_loop.h glyphs.h spiceterm.h
+SOURCES=screen.c event_loop.c spiceterm.c
+
+#export G_MESSAGES_DEBUG=all 
+#export SPICE_DEBUG=1
 
 all: ${PROGRAMS}
 
 spiceterm: ${SOURCES} ${HEADERS} spiceterm.c 
-       gcc -Werror -Wall -Wtype-limits  ${SOURCES} spiceterm.c -o $@ -lutil $(shell pkg-config --cflags gdk-3.0) $(shell pkg-config --cflags --libs gthread-2.0,spice-protocol,spice-server)
+       gcc -Werror -Wall -Wtype-limits ${SOURCES} -o $@ -lutil $(shell pkg-config --cflags gdk-3.0) $(shell pkg-config --cflags --libs gthread-2.0,spice-protocol,spice-server)
 
 .PHONY: test
 test: spiceterm