Always include yywrap in drucompi and add include path of gscr in scr.
This commit is contained in:
parent
58012f54fb
commit
664ee13aad
|
@ -192,8 +192,6 @@ void DrucEcho ( text )
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef yywrap
|
||||
|
||||
int yywrap()
|
||||
{ return(1) ; }
|
||||
#endif
|
||||
|
|
|
@ -6,7 +6,8 @@ AM_YFLAGS = -d
|
|||
CFLAGS = -g -O2
|
||||
#CFLAGS = -O2
|
||||
AM_CFLAGS = @ALLIANCE_CFLAGS@ \
|
||||
-I$(top_srcdir)/mbk/src
|
||||
-I$(top_srcdir)/mbk/src \
|
||||
-I$(top_srcdir)/gscr/src
|
||||
|
||||
bin_PROGRAMS = scr
|
||||
|
||||
|
|
Loading…
Reference in New Issue