--- libaitsess/contrib/Makefile 2012/07/22 22:13:47 1.4 +++ libaitsess/contrib/Makefile 2013/01/17 13:56:11 1.4.4.1 @@ -1,6 +1,6 @@ all: - gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test test.c -laitsess -laitio -lpthread - gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test2 test2.c -laitsess -laitio -lpthread + gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test test.c -laitsess -lelwix -lpthread + gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test2 test2.c -laitsess -lelwix -lpthread clean: rm -f test test2 *.o *~