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)
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 @@