blob: 0479d921db132af45a3ef488d234b90168385071 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- gerbview/makefile.include.orig Mon Jul 2 22:33:47 2007
+++ gerbview/makefile.include Mon Jul 2 22:35:17 2007
@@ -1,6 +1,6 @@
EXTRALIBS = ../common/common.a
EXTRACPPFLAGS= -DGERBVIEW -DPCBNEW -fno-strict-aliasing -I./ -I../gerbview -I../include\
- -I../share -I../pcbnew -I../3d-viewer
+ -I../share -I../pcbnew -I../3d-viewer -I${X11BASE}/include
#COMMON = pcbnew.h struct.h
|