Diff for /libaitsync/example/Makefile between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/11/13 10:00:30 version 1.1.2.2, 2012/11/13 13:41:36
Line 1 Line 1
 all:  all:
         gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o test test.c \          gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o test test.c \
                -laitio -laitcrc -laitsync                -laitsync -lcrypto -laitcrc
         gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o dircmp dircmp.c \
                 -laitsync -lcrypto -laitcrc
   
 clean:  clean:
        rm -f *.core test        rm -f *.core test dircmp

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2


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