]> git.sesse.net Git - ccbs/blobdiff - bigscreen/Makefile
Only allocate space for four digits in the score screen -- if somebody actually gets...
[ccbs] / bigscreen / Makefile
index 24584ac6ac8890c18f73224f9b74d1e18d799a18..b6697abcc51d45990516a7804026f919f25649ae 100644 (file)
@@ -3,8 +3,8 @@ CXX=g++
 CPPFLAGS=-I/usr/include/postgresql $(shell freetype-config --cflags) -Itinyptc/
 CXXFLAGS=-g -Wall
 LDFLAGS=-L/usr/X11R6/lib
-LIBS=-lGL -lX11 -lXext -lXxf86vm $(shell freetype-config --libs) $(shell libpq3-config) -lpqxx tinyptc/libtinyptc.a
-CCBS_BIGSCREEN_OBJS=ccbs_bigscreen.o glwindow.o
+LIBS=$(shell freetype-config --libs) $(shell libpq3-config) -lpqxx tinyptc/libtinyptc.a -lX11
+CCBS_BIGSCREEN_OBJS=ccbs_bigscreen.o flagtrigger.o widestring.o fetch_current_tournament.o fetch_list_of_active_groups.o fetch_group.o fonts.o groupscreen.o screen.o
 
 all: ccbs-bigscreen