X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2FMakefile;h=e3cd02c7a53017c018693a709fe4a457f75ff908;hb=05d5f90a554f75e6e4b3b3c900432b19d9d8d35a;hp=24584ac6ac8890c18f73224f9b74d1e18d799a18;hpb=6e0f1bfd93c9db392ea31e79b9ce712de3e24b27;p=ccbs diff --git a/bigscreen/Makefile b/bigscreen/Makefile index 24584ac..e3cd02c 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 all: ccbs-bigscreen