]> git.sesse.net Git - ccbs/commitdiff
We do not need libpq3-config.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 7 Feb 2012 00:37:35 +0000 (01:37 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 7 Feb 2012 00:37:35 +0000 (01:37 +0100)
bigscreen/Makefile

index e95b4af62906c1833d7ffe89c3eda2263e7e72d0..401074b2e2dab99e31222fd8def417689c920791 100644 (file)
@@ -3,7 +3,7 @@ CXX=g++
 CPPFLAGS=-I/usr/include/postgresql $(shell freetype-config --cflags) -Itinyptc/
 CXXFLAGS=-O2 -Wall
 LDFLAGS=-L/usr/X11R6/lib
-LIBS=$(shell freetype-config --libs) $(shell libpq3-config) -lpqxx tinyptc/libtinyptc.a -lX11 -lXext -lXxf86vm -lXxf86dga
+LIBS=$(shell freetype-config --libs) -lpqxx tinyptc/libtinyptc.a -lX11 -lXext -lXxf86vm -lXxf86dga
 
 CCBS_BIGSCREEN_SQL_OBJS=fetch_current_tournament.o fetch_list_of_active_groups.o \
        fetch_list_of_finished_groups.o \