From 7f6453d0778108eed02ea0ff7a87fea3a4b6b34d Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 10 Jan 2013 14:59:36 +0900 Subject: add support for the abort channel on the client side --- libvxi11client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvxi11client/Makefile') diff --git a/libvxi11client/Makefile b/libvxi11client/Makefile index 94c22fc..560fb7a 100644 --- a/libvxi11client/Makefile +++ b/libvxi11client/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall +CFLAGS = -Wall -std=gnu99 all: client -- cgit