summaryrefslogtreecommitdiff
path: root/cad/kicad-devel/files/patch-pcbnew_makefile.gtk
blob: 591d07964a87ef19f2b2d6020c602ec4f8d81c77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- pcbnew/makefile.gtk.orig	2008-07-25 16:37:53.000000000 +0200
+++ pcbnew/makefile.gtk	2008-11-30 16:40:13.000000000 +0100
@@ -19,14 +19,14 @@
 -include *.d
 
 CPPFLAGS += $(EXTRACPPFLAGS)
-EDACPPFLAGS = $(CPPFLAGS)  $(BOOST_LIB)
+EDACPPFLAGS = $(CPPFLAGS) -I $(BOOST_LIB)
 
 
 $(TARGET): $(OBJECTS) makefile.gtk  makefile.include $(LIBVIEWER3D) $(EXTRALIBS) ../libs.linux
 		$(LD) $(LDFLAGS) $(OBJECTS) $(LIBVIEWER3D) $(LIBS_WITH_GL)\
 		-o $(TARGET)
-		
-		
+
+
 install: $(TARGET)
 	mkdir -p $(KICAD_BIN)
 	cp $(TARGET) $(KICAD_BIN)