confdir = $(win32datadir)/config
nodist_conf_DATA = \
- tmp/openssl.cnf.sample \
+ tmp/openssl-1.0.0.cnf \
tmp/client.ovpn \
tmp/server.ovpn
dist_conf_DATA = \
tmp/license.txt: tmp $(top_srcdir)/COPYING $(top_srcdir)/COPYRIGHT.GPL
cat $(top_srcdir)/COPYING $(top_srcdir)/COPYRIGHT.GPL > tmp/license.txt
-tmp/openssl.cnf.sample: tmp $(top_srcdir)/easy-rsa/2.0/openssl.cnf
- cp $(top_srcdir)/easy-rsa/2.0/openssl.cnf tmp/openssl.cnf.sample
+tmp/openssl-1.0.0.cnf: tmp $(top_srcdir)/easy-rsa/2.0/openssl-1.0.0.cnf
+ cp $(top_srcdir)/easy-rsa/2.0/openssl-1.0.0.cnf tmp/openssl-1.0.0.cnf
clean-local:
-rm -fr tmp
SetOverwrite on
SetOutPath "$INSTDIR\easy-rsa"
- File "${GEN}\easy-rsa\openssl.cnf.sample"
+ File "${GEN}\easy-rsa\openssl-1.0.0.cnf"
File "${GEN}\easy-rsa\vars.bat.sample"
File "${GEN}\easy-rsa\init-config.bat"
Delete "$INSTDIR\license.txt"
Delete "$INSTDIR\Uninstall.exe"
- Delete "$INSTDIR\easy-rsa\openssl.cnf.sample"
+ Delete "$INSTDIR\easy-rsa\openssl-1.0.0.cnf"
Delete "$INSTDIR\easy-rsa\vars.bat.sample"
Delete "$INSTDIR\easy-rsa\init-config.bat"
Delete "$INSTDIR\easy-rsa\README.txt"