--- libaitsess/contrib/Makefile 2008/08/28 13:18:30 1.1.1.1 +++ libaitsess/contrib/Makefile 2011/09/07 15:59:46 1.1.1.1.6.1 @@ -1,2 +1,6 @@ all: - gcc -I../inc -I. -L. -L../lib -o test test.c -laitsess -lrt + gcc -I/usr/local/include -I. -L. -L/usr/local/lib -o test test.c -laitsess -laitio -lpthread + gcc -I/usr/local/include -I. -L. -L/usr/local/lib -o test2 test2.c -laitsess -laitio -lpthread + +clean: + rm -f test test2 *.o *~