File tree 2 files changed +3
-305
lines changed
2 files changed +3
-305
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include $(top_srcdir)/lib/ltrc.inc
7
7
8
8
AM_CPPFLAGS = -I$(top_srcdir ) -I$(srcdir ) -I$(top_srcdir ) /lib -I$(top_srcdir ) /tme/libopenvpn -I. -D_TME_IMPL
9
9
10
- noinst_LTLIBRARIES = libopenvpn.la
10
+ lib_LTLIBRARIES = libopenvpn.la
11
11
libopenvpn_la_SOURCES = \
12
12
base64.c \
13
13
buffer.c \
@@ -47,7 +47,6 @@ libopenvpn_la_SOURCES = \
47
47
pkcs11_openssl.c \
48
48
pkcs11_polarssl.c \
49
49
openvpn.c \
50
- openvpn-setup.c \
51
50
options.c \
52
51
otime.c \
53
52
packet_id.c \
@@ -86,7 +85,8 @@ libopenvpn_la_LIBADD = \
86
85
$(OPTIONAL_CRYPTO_LIBS ) \
87
86
$(OPTIONAL_SELINUX_LIBS ) \
88
87
$(OPTIONAL_SYSTEMD_LIBS ) \
89
- $(OPTIONAL_DL_LIBS )
88
+ $(OPTIONAL_DL_LIBS ) \
89
+ $(top_builddir ) /lib/libcompat.la
90
90
91
91
if WIN32
92
92
libopenvpn_la_SOURCES += openvpn_win32_resources.rc
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments