From fc55afb1b672bd3e4f47c3befdcf782013fedac3 Mon Sep 17 00:00:00 2001 From: Erik Dubbelboer Date: Tue, 2 Jul 2013 19:24:02 +0200 Subject: Made example-ae work again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16b8767..aed1ec0 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ hiredis-example-ae: @false else hiredis-example-ae: example-ae.c adapters/ae.h $(STLIBNAME) - $(CC) -o $@ $(REAL_CFLAGS) $(REAL_LDFLAGS) -I$(AE_DIR) $(AE_DIR)/ae.o $(AE_DIR)/zmalloc.o example-ae.c $(STLIBNAME) + $(CC) -o $@ $(REAL_CFLAGS) $(REAL_LDFLAGS) -I$(AE_DIR) $(AE_DIR)/ae.o $(AE_DIR)/zmalloc.o $(AE_DIR)/../deps/jemalloc/lib/libjemalloc.a -pthread example-ae.c $(STLIBNAME) endif hiredis-%: %.o $(STLIBNAME) -- cgit v1.2.3