From: Steinar H. Gunderson Date: Tue, 7 Feb 2012 00:37:35 +0000 (+0100) Subject: We do not need libpq3-config. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9d4bbd08c65ed9d1969bbc90028b891b62c6567f;p=ccbs We do not need libpq3-config. --- diff --git a/bigscreen/Makefile b/bigscreen/Makefile index e95b4af..401074b 100644 --- a/bigscreen/Makefile +++ b/bigscreen/Makefile @@ -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 \