diff options
Diffstat (limited to 'doc/specs')
-rw-r--r-- | doc/specs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/specs/Makefile.am b/doc/specs/Makefile.am index d92ddd38..26882207 100644 --- a/doc/specs/Makefile.am +++ b/doc/specs/Makefile.am @@ -12,6 +12,8 @@ draft-morgan-pam-current.txt: padout draft-morgan-pam.raw AM_YFLAGS = -d CC = @CC_FOR_BUILD@ +CFLAGS = @BUILD_CFLAGS@ +LDFLAGS = @BUILD_LDFLAGS@ BUILT_SOURCES = parse_y.h |