blob: 31ed82cb7cb0874cc1e72009991f9f96fb6a2a9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in 2003-03-11 17:27:49.000000000 +0000
+++ Makefile.in.new 2003-08-27 02:57:39.000000000 +0100
@@ -13,7 +13,7 @@
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations -Wnested-externs
+ -Wmissing-declarations -Wnested-externs -I/usr/NX/include
CXXINCLUDES = -I. -I../nxcomp
|