diff options
author | daniel <danieruru@gmail.com> | 2013-01-10 14:59:36 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-10 14:59:36 +0900 |
commit | 7f6453d0778108eed02ea0ff7a87fea3a4b6b34d (patch) | |
tree | b736c8ec5db2d336fddef752658f737c32002895 /libvxi11client/Makefile | |
parent | 1b91b096d164b5524a45b2585269109fd000fd40 (diff) |
add support for the abort channel on the client side
Diffstat (limited to 'libvxi11client/Makefile')
-rw-r--r-- | libvxi11client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |