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

version 1.1.2.2, 2012/11/13 13:41:36 version 1.2.10.1, 2016/08/18 09:54:02
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 \
                -laitsync -lcrypto -laitcrc                -laitsync -lcrypto -lelwix
         gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o dircmp dircmp.c \          gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o dircmp dircmp.c \
                -laitsync -lcrypto -laitcrc                -laitsync -lcrypto -lelwix
   
 clean:  clean:
         rm -f *.core test dircmp          rm -f *.core test dircmp

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


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