1#
2#  OpenVPN -- An application to securely tunnel IP networks
3#             over a single UDP port, with support for SSL/TLS-based
4#             session authentication and key exchange,
5#             packet encryption, packet authentication, and
6#             packet compression.
7#
8#  Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
9#  Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
10#
11
12include $(top_srcdir)/build/ltrc.inc
13
14MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
15
16EXTRA_DIST = \
17	openvpnserv.vcxproj \
18	openvpnserv.vcxproj.filters
19
20if WIN32
21sbin_PROGRAMS = openvpnserv
22endif
23
24openvpnserv_SOURCES = \
25	openvpnserv.c \
26	service.h service.c \
27	openvpnserv_resources.rc
28