blob: 69b12eb75c10ae3b337cc7b7bb6d5ac74c6de269 (
plain)
1
2
3
4
5
6
7
8
9
|
--- pcbnew/makefile.include.orig Mon Jul 2 22:44:14 2007
+++ pcbnew/makefile.include Mon Jul 2 22:45:08 2007
@@ -1,5 +1,5 @@
EXTRALIBS = ../common/common.a
-EXTRACPPFLAGS += -DPCBNEW -fno-strict-aliasing -I./ -Ibitmaps -I../include -I../share -I../pcbnew -I../3d-viewer
+EXTRACPPFLAGS += -DPCBNEW -fno-strict-aliasing -I./ -Ibitmaps -I../include -I../share -I../pcbnew -I../3d-viewer -I${X11BASE}/include
#COMMON = pcbnew.h struct.h class_pad.h class_module.h class_text_mod.h \
# class_edge_mod.h class_equipot.h
|