--- libaitsync/example/Makefile 2012/11/13 14:19:39 1.2 +++ libaitsync/example/Makefile 2016/08/18 09:54:02 1.2.10.1 @@ -1,8 +1,8 @@ all: 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 \ - -laitsync -lcrypto -laitcrc + -laitsync -lcrypto -lelwix clean: rm -f *.core test dircmp