liquid_feedback_core

changeset 264:c8cd87b87708

Changed Makefile: Placed argument for the linked library after the source file that uses its symbols
author jbe
date Tue Aug 07 12:25:02 2012 +0200 (2012-08-07)
parents 30465830ad9c
children e3c9f737a096
files Makefile
line diff
     1.1 --- a/Makefile	Sun Jul 15 22:03:30 2012 +0200
     1.2 +++ b/Makefile	Tue Aug 07 12:25:02 2012 +0200
     1.3 @@ -1,8 +1,8 @@
     1.4  lf_update: lf_update.c
     1.5 -	cc	-Wall -g -lpq \
     1.6 +	cc	-Wall -g \
     1.7  		-I "`pg_config --includedir`" \
     1.8  		-L "`pg_config --libdir`" \
     1.9 -		-o lf_update lf_update.c
    1.10 +		-o lf_update lf_update.c -lpq
    1.11  
    1.12  clean::
    1.13  	rm -f lf_update

Impressum / About Us