Mercurial > hg > Game > Cerium
diff example/regex/Makefile.linux @ 1409:e8a135048781 draft
add -lrt
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 18 Feb 2012 00:24:00 +0900 |
parents | 2abd68a1ac2a |
children |
line wrap: on
line diff
--- a/example/regex/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/regex/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o