From ee9ec43bbe4eda5edb1c5a6c4d4f64ced69c8ec6 Mon Sep 17 00:00:00 2001 From: Murilo Santana Date: Thu, 19 Sep 2013 20:22:56 -0300 Subject: [PATCH] missing option from gcc for lua --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 07a05af..5924cd0 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ LIBSDIR =-L/usr/local/lib -L/usr/lib # basic setup CC =gcc -LIBS =$(LIBSDIR) -lm -lmemcached +LIBS =$(LIBSDIR) -lm -lmemcached -llua OPTS =-O3 -Wall LIBOPT =-c SHARE =-shared @@ -34,4 +34,4 @@ clean: \rm -f *.o *.dll *.so debug: CC += -DDEBUG -debug: all \ No newline at end of file +debug: all