blob: 72f76b601d206ab4b0e4e331ff9290882a80ecf9 (
plain)
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${LOCALBASE}/include
#COMMON = pcbnew.h struct.h
|