File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
# This file is released under the BSD license, see the COPYING file
5
5
6
6
OBJ =alloc.o net.o hiredis.o sds.o async.o read.o sockcompat.o
7
- EXAMPLES =hiredis-example hiredis-example-libevent hiredis-example-libev hiredis-example-glib hiredis-example-push hiredis-example-poll
7
+ EXAMPLES =hiredis-example hiredis-example-libevent hiredis-example-libevent-pubsubtest hiredis-example- libev hiredis-example-glib hiredis-example-push hiredis-example-poll
8
8
TESTS =hiredis-test
9
9
LIBNAME =libhiredis
10
10
PKGCONFNAME =hiredis.pc
@@ -185,6 +185,9 @@ $(SSL_OBJ): ssl.c hiredis.h read.h sds.h alloc.h async.h win32.h async_private.h
185
185
hiredis-example-libevent : examples/example-libevent.c adapters/libevent.h $(STLIBNAME )
186
186
$(CC ) -o examples/$@ $(REAL_CFLAGS ) -I. $< -levent $(STLIBNAME ) $(REAL_LDFLAGS )
187
187
188
+ hiredis-example-libevent-pubsubtest : examples/example-libevent-pubsubtest.c adapters/libevent.h $(STLIBNAME )
189
+ $(CC ) -o examples/$@ $(REAL_CFLAGS ) -I. $< -levent $(STLIBNAME ) $(REAL_LDFLAGS )
190
+
188
191
hiredis-example-libevent-ssl : examples/example-libevent-ssl.c adapters/libevent.h $(STLIBNAME ) $(SSL_STLIBNAME )
189
192
$(CC ) -o examples/$@ $(REAL_CFLAGS ) -I. $< -levent $(STLIBNAME ) $(SSL_STLIBNAME ) $(REAL_LDFLAGS ) $(SSL_LDFLAGS )
190
193
You can’t perform that action at this time.
0 commit comments