Code

openvpn plugin: remove useless assignment
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 18:45:20 +0000 (20:45 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 18:45:20 +0000 (20:45 +0200)
src/Makefile.am

index 79d7cd4a881cf70723995d9946340549d9cc2dcb..9b040fc1fafea26e9ad4a9c152afcba57580e5bf 100644 (file)
@@ -772,7 +772,6 @@ endif
 if BUILD_PLUGIN_OPENVPN
 pkglib_LTLIBRARIES += openvpn.la
 openvpn_la_SOURCES = openvpn.c
-openvpn_la_CFLAGS = $(AM_CFLAGS)
 openvpn_la_LDFLAGS = $(PLUGIN_LDFLAGS)
 endif