From 8b882c4aae82ba726ee1df45fc3de615d025c789 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sun, 13 Aug 2006 19:39:28 +0000 Subject: Install *.def to bin/ directory. --- lib/Makefile.am | 2 +- libextra/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 574d3dd313..63574f2def 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -115,7 +115,7 @@ endif if HAVE_LD_OUTPUT_DEF libgnutls_la_LDFLAGS += -Wl,--output-def,libgnutls-$(LT_CURRENT).def -defexecdir = $(libdir) +defexecdir = $(bindir) defexec_DATA = libgnutls-$(LT_CURRENT).def DISTCLEANFILES += $(defexec_DATA) endif diff --git a/libextra/Makefile.am b/libextra/Makefile.am index be4404f451..63a85791e6 100644 --- a/libextra/Makefile.am +++ b/libextra/Makefile.am @@ -55,7 +55,7 @@ DISTCLEANFILES = $(pkgconfig_DATA) EXTRA_DIST = gnutls-extra-api.texi ia-api.texi -defexecdir = $(libdir) +defexecdir = $(bindir) defexec_DATA = lib_LTLIBRARIES = libgnutls-extra.la -- cgit v1.2.1