diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/specs/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/specs/Makefile.am b/doc/specs/Makefile.am index 595c09bf..d92ddd38 100644 --- a/doc/specs/Makefile.am +++ b/doc/specs/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de> +# Copyright (c) 2005, 2006, 2010 Thorsten Kukuk <kukuk@suse.de> # CLEANFILES = draft-morgan-pam-current.txt *~ @@ -11,6 +11,8 @@ draft-morgan-pam-current.txt: padout draft-morgan-pam.raw AM_YFLAGS = -d +CC = @CC_FOR_BUILD@ + BUILT_SOURCES = parse_y.h noinst_PROGRAMS = padout |