diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-06 17:20:30 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-06 17:20:30 +0000 |
| commit | 6a187bb8d379b6f3b77adcd3550ab31dc8058030 (patch) | |
| tree | 1e5f6db8f36ac16e857fd9298f314dcf262e44b3 /GNUmakefile | |
| parent | ac332b6e79b9518f1f0e7c9e563f93ce696c252b (diff) | |
| download | rtmux-6a187bb8d379b6f3b77adcd3550ab31dc8058030.tar.gz rtmux-6a187bb8d379b6f3b77adcd3550ab31dc8058030.tar.bz2 rtmux-6a187bb8d379b6f3b77adcd3550ab31dc8058030.zip | |
Some Linux fixes; some code tidying. Don't redraw status bar so often.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 533350b4..4cad2d5a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.16 2008-06-05 21:25:00 nicm Exp $ +# $Id: GNUmakefile,v 1.17 2008-06-06 17:20:15 nicm Exp $ .PHONY: clean @@ -63,7 +63,7 @@ SRCS+= compat/strlcpy.c compat/strlcat.c compat/strtonum.c CFLAGS+= $(shell getconf LFS_CFLAGS) -D_GNU_SOURCE \ -DNO_STRLCPY -DNO_STRLCAT -DNO_STRTONUM -DNO_SETPROCTITLE \ -DNO_QUEUE_H -DNO_TREE_H -DUSE_PTY_H -LDFLAGS+= -lresolv -lutil +LDFLAGS+= -lrt -lutil # Required for LLONG_MAX and friends CFLAGS+= -std=c99 endif |