aboutsummaryrefslogtreecommitdiffstats
path: root/cad/geda/files/patch-ad
blob: bd9b1827a06be416f357debef012d30b7fc3b311 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- gschem/Makefile.in.orig	Thu Sep  7 01:06:25 2000
+++ gschem/Makefile.in	Thu Sep  7 01:06:49 2000
@@ -125,7 +125,7 @@
 gschem_SOURCES =  	a_pan.c a_zoom.c 	g_register.c 	g_rc.c g_key.c g_funcs.c 	globals.c gschem.c 	i_basic.c i_callbacks.c i_sbox.c i_vars.c 	o_basic.c o_attrib.c o_move.c o_copy.c o_delete.c o_misc.c 	o_slot.c 	o_arc.c o_box.c o_circle.c o_complex.c 	o_conn.c o_line.c o_net.c o_ntext.c o_pin.c 	x_attrsel.c x_basic.c x_compsel.c x_dialog.c 	x_event.c x_filesel.c x_grid.c x_log.c x_menus.c x_script.c 	x_pagesel.c x_print.c x_window.c x_stroke.c 	prototype1.0.h prototype1.2.h 	parsecmd.c globals.h i_vars.h
 
 
-INCLUDES = -I../include @GUILE_INCLUDE@ @X_CFLAGS@  
+INCLUDES = @GUILE_INCLUDE@ @X_CFLAGS@  
 gschem_LDADD = ../libgeda/libgeda.la @STROKE_LIB@ @GUILE_LIB@ @GTK@ @GDK@ @GLIB@ @X_LDFLAGS@ 
 
 man_MANS = gschem.1
@@ -142,7 +142,7 @@
 PROGRAMS =  $(bin_PROGRAMS)
 
 
-DEFS = @DEFS@ -I. -I$(srcdir) -I..
+DEFS = -I../include -I- @DEFS@ -I. -I$(srcdir) -I..
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@