summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-11-19 15:19:22 +0100
committerNiels Möller <nisse@lysator.liu.se>2011-11-19 15:19:22 +0100
commitcb943f5534fd30d7883c22c351db2688a95619b5 (patch)
tree3d0916bb30be95e54f68bbb9f42d363ae93c49bc /config.make.in
parent198e1fcbf3388f6da721a6fddae18054b22d8c41 (diff)
downloadnettle-cb943f5534fd30d7883c22c351db2688a95619b5.tar.gz
Cygwin/mingw32 improvements contributed by Martin Storsjö:
* configure.ac: Setup installation of dll files in $bindir. (IF_DLL, LIBNETTLE_FILE_SRC, LIBHOGWEED_FILE_SRC): New substitutions. * config.make.in (LIBNETTLE_FILE_SRC): Substitute new autoconf variable. (LIBHOGWEED_FILE_SRC): Likewise. * Makefile.in (install-dll-nettle, uninstall-dll-nettle): New target for installing the dll file in $bindir. (install-shared-nettle): Conditionally depend on install-dll-nettle. Use LIBNETTLE_FILE_SRC. (uninstall-shared-nettle): Conditionally depend on install-dll-nettle. (various hogweed targets): Analogous changes. Rev: nettle/ChangeLog:1.230 Rev: nettle/Makefile.in:1.41 Rev: nettle/config.make.in:1.4 Rev: nettle/configure.ac:1.47
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 152b42e5..3caa460b 100644
--- a/config.make.in
+++ b/config.make.in
@@ -30,6 +30,7 @@ LIBNETTLE_MAJOR = @LIBNETTLE_MAJOR@
LIBNETTLE_MINOR = @LIBNETTLE_MINOR@
LIBNETTLE_SONAME = @LIBNETTLE_SONAME@
LIBNETTLE_FILE = @LIBNETTLE_FILE@
+LIBNETTLE_FILE_SRC = @LIBNETTLE_FILE_SRC@
LIBNETTLE_FORLINK = @LIBNETTLE_FORLINK@
LIBNETTLE_LIBS = @LIBNETTLE_LIBS@
LIBNETTLE_LINK = @LIBNETTLE_LINK@
@@ -38,6 +39,7 @@ LIBHOGWEED_MAJOR = @LIBHOGWEED_MAJOR@
LIBHOGWEED_MINOR = @LIBHOGWEED_MINOR@
LIBHOGWEED_SONAME = @LIBHOGWEED_SONAME@
LIBHOGWEED_FILE = @LIBHOGWEED_FILE@
+LIBHOGWEED_FILE_SRC = @LIBHOGWEED_FILE_SRC@
LIBHOGWEED_FORLINK = @LIBHOGWEED_FORLINK@
LIBHOGWEED_LIBS = @LIBHOGWEED_LIBS@
LIBHOGWEED_LINK = @LIBHOGWEED_LINK@