diff regexParser/cerium/Makefile.macosx @ 272:5aa9d01926f1

Cerium version no compile errors
author kono
date Fri, 29 Jan 2016 20:38:18 +0900
parents e51cac73e42a
children e219e339e718
line wrap: on
line diff
--- a/regexParser/cerium/Makefile.macosx	Fri Jan 29 19:37:11 2016 +0900
+++ b/regexParser/cerium/Makefile.macosx	Fri Jan 29 20:38:18 2016 +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 `sdl-config --libs`
+LIBS += -L.. -lCeriumGrep -lFifoManager `sdl-config --libs`
 CC += -m$(ABIBIT) -g
 
 .SUFFIXES: .cc .o