projects
/
ccbs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added -g -Wall to CXXFLAGS, moved -I stuff to CPPFLAGS.
[ccbs]
/
bigscreen
/
Makefile
diff --git
a/bigscreen/Makefile
b/bigscreen/Makefile
index
a6a855b
..
9ad6ad1
100644
(file)
--- 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