summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Dritschler <timo.dritschler@kit.edu>2014-05-09 20:28:25 +0200
committerTimo Dritschler <timo.dritschler@kit.edu>2014-05-09 20:28:25 +0200
commit86c5a2afb4cbebbc7b41b9815c993c4fcc099b64 (patch)
tree2b5e166a7f73c6f3fd8d47fc6737d201a9fd06db /Makefile
parentb39079922bb4288dee30dfcb89a0fa0d20e81632 (diff)
downloadkiro-86c5a2afb4cbebbc7b41b9815c993c4fcc099b64.tar.gz
kiro-86c5a2afb4cbebbc7b41b9815c993c4fcc099b64.tar.bz2
kiro-86c5a2afb4cbebbc7b41b9815c993c4fcc099b64.tar.xz
kiro-86c5a2afb4cbebbc7b41b9815c993c4fcc099b64.zip
Added SDL (Simple Direct media Layer) image output to testing framework
Test communicaation between server and client now passes images via KIRO-TRB Updated Makefile Removed Super-Verbose output from kiro_client_sync
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9d2143..92f5508 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-std=c99 -Wall -g -gdwarf-2 $(shell pkg-config --cflags gobject-2.0)
-LDFLAGS=-lm -lrdmacm -libverbs -lpthread $(shell pkg-config --libs gobject-2.0)
+LDFLAGS=-lSDL -lm -lrdmacm -libverbs -lpthread $(shell pkg-config --libs gobject-2.0)
.PHONY : all