gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] build: make sure to declare the generated source files as BU


From: Nikos Mavrogiannopoulos
Subject: Re: [PATCH] build: make sure to declare the generated source files as BUILT_SOURCES
Date: Wed, 20 Jun 2012 19:24:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120510 Icedove/10.0.4

Thank you. Applied.

On 06/15/2012 09:19 PM, Diego Elio Pettenò wrote:

> This allows proper building when using parallel make on a multi-core
> system.
> 
> Signed-off-by: Diego Elio Pettenò <address@hidden>
> ---
>  src/Makefile.am |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 5550f3b..8b3b578 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -150,6 +150,9 @@ libcmd_p11tool_la_LIBADD += ../gl/libgnu.la 
> $(INET_PTON_LIB)
>  
>  endif # ENABLE_PKCS11
>  
> +BUILT_SOURCES = ocsptool-args.c p11tool-args.c psk-args.c cli-debug-args.c \
> +             cli-args.c serv-args.c srptool-args.c certtool-args.c
> +
>  ocsptool-args.c: $(srcdir)/args-std.def $(srcdir)/ocsptool-args.def
>       -autogen ocsptool-args.def
>  p11tool-args.c: $(srcdir)/args-std.def $(srcdir)/p11tool-args.def





reply via email to

[Prev in Thread] Current Thread [Next in Thread]