annotate fastpath/Makefile @ 1230:02772bc49467
Added correct use of WEBMCP_BASE_PATH instead of request.get_app_basepath()
 | author | 
 bsw | 
 | date | 
 Tue Dec 01 17:55:08 2015 +0100 (2015-12-01) | 
 | parents | 
 176269e11991  | 
 | children | 
  | 
 
 | rev | 
   line source | 
| 
bsw/jbe@4
 | 
     1 getpic: getpic.c
 | 
| 
bsw@872
 | 
     2 	# add -DPUBLIC_ACCESS for public access to avatar images
 | 
| 
bsw@872
 | 
     3 	cc -g -Wall -o getpic getpic.c -I `pg_config --includedir` -L `pg_config --libdir` -lpq -Wl,-rpath,`pg_config --libdir` 
 | 
| 
bsw/jbe@4
 | 
     4 
 | 
| 
bsw/jbe@4
 | 
     5 clean::
 | 
| 
bsw/jbe@4
 | 
     6 	rm -f getpic
 |