X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2FMakefile;h=ac92796539d215250e3a73456841aa0a74ed24b5;hp=24584ac6ac8890c18f73224f9b74d1e18d799a18;hb=141adc9f5acb9ed1e98a206abb0d2e9cfdce6d2f;hpb=140a0aae7299d15459fe9ec74ad5020887e0a960 diff --git a/bigscreen/Makefile b/bigscreen/Makefile index 24584ac..ac92796 100644 --- a/bigscreen/Makefile +++ b/bigscreen/Makefile @@ -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 all: ccbs-bigscreen