Diff for /libaitsess/contrib/Makefile between versions 1.3.2.1 and 1.4.4.1

version 1.3.2.1, 2012/05/23 15:14:41 version 1.4.4.1, 2013/01/17 13:56:11
Line 1 Line 1
 all:  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 test test.c -laitsess -lelwix -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 test2 test2.c -laitsess -lelwix -lpthread
   
 clean:  clean:
         rm -f test test2 *.o *~          rm -f test test2 *.o *~

Removed from v.1.3.2.1  
changed lines
  Added in v.1.4.4.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>