liquid_feedback_frontend

annotate fastpath/Makefile @ 871:0f29051a49f6

Added support for public access to getpic.c
author bsw
date Sat Aug 18 22:49:18 2012 +0200 (2012-08-18)
parents afd9f769c7ae
children 176269e11991
rev   line source
bsw/jbe@4 1 getpic: getpic.c
bsw@871 2 cc -g -Wall -o getpic getpic.c -I `pg_config --includedir` -L `pg_config --libdir` -lpq -Wl,-rpath,`pg_config --libdir` -D PUBLIC_ACCESS
bsw/jbe@4 3
bsw/jbe@4 4 clean::
bsw/jbe@4 5 rm -f getpic

Impressum / About Us