liquid_feedback_core

annotate Makefile @ 111:844c442c5a80

Work on new features; Slight change of behaviour regarding revocation of initiatives

New features:
- possiblity for members to store issue and voting comments
- initial work on notification system (new columns in table "membership" and new "event" table)
- added new type "issue_state" and new column "issue"."state"

Other changes:
- revocation of last initiative closes issue without delay, if issue has not been accepted yet
- moved table "contingent" up (after "system_setting" table)
author jbe
date Thu Mar 03 00:01:37 2011 +0100 (2011-03-03)
parents 8d021cb5eaf4
children c8cd87b87708
rev   line source
jbe@0 1 lf_update: lf_update.c
jbe@0 2 cc -Wall -g -lpq \
jbe@0 3 -I "`pg_config --includedir`" \
jbe@0 4 -L "`pg_config --libdir`" \
jbe@0 5 -o lf_update lf_update.c
jbe@0 6
jbe@0 7 clean::
jbe@0 8 rm -f lf_update

Impressum / About Us