Re: [Openvpn-devel] [PATCH 3/4] Win32: Fill "Details" properties for openvpn.exe

2011-09-01 Thread Heiko Hund
On Sunday 07 August 2011 12:59:16 Bertrand Jacquin wrote: > @@ -161,6 +168,11 @@ dist_noinst_DATA += openvpn.8 > nodist_html_DATA = openvpn.8.html > openvpn.8.html: $(srcdir)/openvpn.8 > $(MAN2HTML) < $(srcdir)/openvpn.8 > openvpn.8.html > + > +comma = , > + > +%.o: %.rc > + $(WINDRES)

[Openvpn-devel] [PATCH 3/4] Win32: Fill "Details" properties for openvpn.exe

2011-08-07 Thread Bertrand Jacquin
Signed-off-by: Bertrand Jacquin --- Makefile.am | 12 1 files changed, 12 insertions(+), 0 deletions(-) 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 32b40bb..d5d620d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,6 +146,13 @@