Diff for /libaitwww/example/Makefile between versions 1.3 and 1.3.4.1

version 1.3, 2012/03/15 01:59:37 version 1.3.4.1, 2012/07/31 22:58:59
Line 1 Line 1
 all:  all:
        gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitwww        gcc -g -I/usr/local/include -I. -L/usr/local/lib -o test test.c -laitio -laitwww
        gcc -g -I../inc -I. -L. -L../lib -o test_url test_url.c -laitwww        gcc -g -I/usr/local/include -I. -L/usr/local/lib -o test_url test_url.c -laitio -laitwww
   
 clean:  clean:
         rm -f test test_url          rm -f test test_url

Removed from v.1.3  
changed lines
  Added in v.1.3.4.1


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