Skip to content

Commit 3c2544d

Browse files
committed
Began separation of libopenvpn into separate package.
1 parent ac84451 commit 3c2544d

File tree

2 files changed

+3
-305
lines changed

2 files changed

+3
-305
lines changed

Makefile.am

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include $(top_srcdir)/lib/ltrc.inc
77

88
AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/tme/libopenvpn -I. -D_TME_IMPL
99

10-
noinst_LTLIBRARIES = libopenvpn.la
10+
lib_LTLIBRARIES = libopenvpn.la
1111
libopenvpn_la_SOURCES = \
1212
base64.c \
1313
buffer.c \
@@ -47,7 +47,6 @@ libopenvpn_la_SOURCES = \
4747
pkcs11_openssl.c \
4848
pkcs11_polarssl.c \
4949
openvpn.c \
50-
openvpn-setup.c \
5150
options.c \
5251
otime.c \
5352
packet_id.c \
@@ -86,7 +85,8 @@ libopenvpn_la_LIBADD = \
8685
$(OPTIONAL_CRYPTO_LIBS) \
8786
$(OPTIONAL_SELINUX_LIBS) \
8887
$(OPTIONAL_SYSTEMD_LIBS) \
89-
$(OPTIONAL_DL_LIBS)
88+
$(OPTIONAL_DL_LIBS) \
89+
$(top_builddir)/lib/libcompat.la
9090

9191
if WIN32
9292
libopenvpn_la_SOURCES += openvpn_win32_resources.rc

openvpn-setup.c

-302
This file was deleted.

0 commit comments

Comments
 (0)