--- libaitio/example/Makefile 2013/03/13 14:54:38 1.16 +++ libaitio/example/Makefile 2013/06/25 09:08:10 1.16.8.1 @@ -10,7 +10,8 @@ all: 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 + gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o bpf bpf.c -laitio -lelwix -lpthread clean: rm -f *.o *~ test_aio.dat test dir watchdir crypt aes recvfile sendfile test_bufio \ - test_aio test_sess test2_sess + test_aio test_sess test2_sess bpf