From: Steinar H. Gunderson Date: Sat, 19 Feb 2005 01:17:04 +0000 (+0000) Subject: Added -g -Wall to CXXFLAGS, moved -I stuff to CPPFLAGS. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=a7d8519f7daa4b16677b558e974ad04afb419fa8 Added -g -Wall to CXXFLAGS, moved -I stuff to CPPFLAGS. --- diff --git a/bigscreen/Makefile b/bigscreen/Makefile index a6a855b..9ad6ad1 100644 --- a/bigscreen/Makefile +++ b/bigscreen/Makefile @@ -1,6 +1,7 @@ CC=gcc CXX=g++ -CXXFLAGS=-I/usr/include/postgresql +CPPFLAGS=-I/usr/include/postgresql +CXXFLAGS=-g -Wall LDFLAGS=-L/usr/X11R6/lib LIBS=-lGL -lX11 -lXext -lXxf86vm $(shell libpq3-config) -lpqxx CCBS_BIGSCREEN_OBJS=ccbs_bigscreen.o glwindow.o