--- libaitio/example/Makefile 2013/01/17 13:50:21 1.15.12.2 +++ libaitio/example/Makefile 2013/03/13 14:40:19 1.15.12.3 @@ -8,6 +8,9 @@ all: gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o sendfile sendfile.c -laitio -lelwix gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_bufio test_bufio.c -laitio -lelwix gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_aio test_aio.c -laitio -lelwix + gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sess test_sess.c -laitio -lelwix -lpthread + gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test2_sess test2_sess.c -laitio -lelwix -lpthread clean: - rm -f *.o *~ test_aio.dat test dir watchdir crypt aes recvfile sendfile test_bufio test_aio + rm -f *.o *~ test_aio.dat test dir watchdir crypt aes recvfile sendfile test_bufio \ + test_aio test_sess test2_sess