From 98bc1a3e06a11be62bb1f5ab3d7c1b98dfbabbaa Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Wed, 29 Feb 2012 22:12:00 +0200 Subject: build: add libtool + windows resources for executables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alon Bar-Lev Acked-by: David Sommerseth Acked-by: Samuli Seppänen Signed-off-by: David Sommerseth --- src/openvpnserv/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/openvpnserv/Makefile.am') diff --git a/src/openvpnserv/Makefile.am b/src/openvpnserv/Makefile.am index 7ce3375..58005c0 100644 --- a/src/openvpnserv/Makefile.am +++ b/src/openvpnserv/Makefile.am @@ -9,6 +9,8 @@ # Copyright (C) 2006-2012 Alon Bar-Lev # +include $(top_srcdir)/build/ltrc.inc + MAINTAINERCLEANFILES = $(srcdir)/Makefile.in if WIN32 @@ -17,4 +19,5 @@ endif openvpnserv_SOURCES = \ openvpnserv.c \ - service.h service.c + service.h service.c \ + openvpnserv_resources.rc -- cgit