summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-05 10:01:20 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-05 10:01:22 +0200
commit1753fd05380660f3c87b43044b2e855a5053e8b2 (patch)
tree4349755227bb49505aa8055bdd911c1309c23642
parent0fa9bc9e065029b29f9cecad9f37bfb031389c45 (diff)
downloadgnutls-1753fd05380660f3c87b43044b2e855a5053e8b2.tar.gz
win32: install the .def files in libdir instead of bindir
Suggested by Eli Zaretskii.
-rw-r--r--extra/Makefile.am2
-rw-r--r--lib/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am
index 601bbae5aa..738379f913 100644
--- a/extra/Makefile.am
+++ b/extra/Makefile.am
@@ -39,7 +39,7 @@ endif
SUBDIRS = includes
-defexecdir = $(bindir)
+defexecdir = $(libdir)
defexec_DATA =
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5db029e01c..76e66b97dc 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -182,7 +182,7 @@ endif
if HAVE_LD_OUTPUT_DEF
libgnutls_la_LDFLAGS += -Wl,--output-def,libgnutls-$(DLL_VERSION).def
libgnutls-$(DLL_VERSION).def: libgnutls.la
-defexecdir = $(bindir)
+defexecdir = $(libdir)
defexec_DATA = libgnutls-$(DLL_VERSION).def
DISTCLEANFILES += $(defexec_DATA)
endif