liquid_feedback_core

view Makefile @ 152:652be62683cb

Backported bugfixes in functions "close_voting" and "clean_issue" to v1.4.0_rcX

- In "close_voting": Only add autoreject votes for admitted issues
- In "clean_issue": Temporarily update "issue"."state" to avoid constraint violation
author jbe
date Thu Jun 02 03:18:21 2011 +0200 (2011-06-02)
parents 8d021cb5eaf4
children c8cd87b87708
line source
1 lf_update: lf_update.c
2 cc -Wall -g -lpq \
3 -I "`pg_config --includedir`" \
4 -L "`pg_config --libdir`" \
5 -o lf_update lf_update.c
7 clean::
8 rm -f lf_update

Impressum / About Us