- (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
This commit is contained in:
parent
36ccb5c4f3
commit
ef7ed5eadf
|
@ -1,3 +1,7 @@
|
||||||
|
20000813
|
||||||
|
- (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
|
||||||
|
Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
|
||||||
|
|
||||||
20000809
|
20000809
|
||||||
- (djm) Define AIX hard limits if headers don't. Report from
|
- (djm) Define AIX hard limits if headers don't. Report from
|
||||||
Bill Painter <william.t.painter@lmco.com>
|
Bill Painter <william.t.painter@lmco.com>
|
||||||
|
|
|
@ -21,7 +21,7 @@ ASKPASS_PROGRAM=$(ASKPASS_LOCATION)/ssh-askpass
|
||||||
CC=@CC@
|
CC=@CC@
|
||||||
LD=@LD@
|
LD=@LD@
|
||||||
PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\"
|
PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\"
|
||||||
CFLAGS=@CFLAGS@ $(PATHS) @DEFS@
|
CFLAGS=@CFLAGS@ -I. -I$(srcdir) $(PATHS) @DEFS@
|
||||||
LIBS=@LIBS@
|
LIBS=@LIBS@
|
||||||
AR=@AR@
|
AR=@AR@
|
||||||
RANLIB=@RANLIB@
|
RANLIB=@RANLIB@
|
||||||
|
|
Loading…
Reference in New Issue