File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ libopenvpn_la_SOURCES += openvpn_win32_resources.rc
99
99
libopenvpn_la_LIBADD += -lgdi32 -lws2_32 -lwininet -lcrypt32 -liphlpapi -lwinmm
100
100
endif
101
101
102
+ pkgconfigdir = $(libdir ) /pkgconfig
103
+ pkgconfig_DATA = libopenvpn.pc
104
+
102
105
nobase_pkginclude_HEADERS = \
103
106
base64.h \
104
107
basic.h \
@@ -181,6 +184,3 @@ nobase_pkginclude_HEADERS = \
181
184
182
185
SUBDIRS = lib
183
186
184
- .PHONY : modules
185
-
186
- modules :
Original file line number Diff line number Diff line change @@ -545,5 +545,6 @@ LDFLAGS="${LDFLAGS-} -no-undefined"
545
545
546
546
AC_CONFIG_FILES ( [ Makefile
547
547
lib/Makefile
548
+ libopenvpn.pc
548
549
] )
549
550
AC_OUTPUT
Original file line number Diff line number Diff line change
1
+ prefix=@prefix@
2
+ exec_prefix=@exec_prefix@
3
+ libdir=@libdir@
4
+ includedir=@includedir@
5
+
6
+ Name: @PACKAGE@
7
+ Description: A utility library for utilizing OpenVPN functionality.
8
+ Version: @VERSION@
9
+ Requires:
10
+ Requires.private:
11
+ Cflags: -I${includedir}
12
+ Libs: -L${libdir} -lopenvpn
You can’t perform that action at this time.
0 commit comments