summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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