diff options
author | Timo Dritschler <timo.dritschler@kit.edu> | 2014-05-09 20:28:25 +0200 |
---|---|---|
committer | Timo Dritschler <timo.dritschler@kit.edu> | 2014-05-09 20:28:25 +0200 |
commit | 86c5a2afb4cbebbc7b41b9815c993c4fcc099b64 (patch) | |
tree | 2b5e166a7f73c6f3fd8d47fc6737d201a9fd06db /Makefile | |
parent | b39079922bb4288dee30dfcb89a0fa0d20e81632 (diff) | |
download | kiro-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |