summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-06-20 14:04:42 +0200
committerStef Walter <stef@thewalter.net>2014-06-20 14:05:34 +0200
commitd21967cdcd18c8fcb749f874c492b7f6c4965817 (patch)
tree345c35f56b88deb16d388b4cd2b76e8b019140dd
parentead043f7f29d7d724f559fc4caab17edd8206d78 (diff)
downloadp11-kit-d21967cdcd18c8fcb749f874c492b7f6c4965817.tar.gz
Don't try to symlink p11-proxy.so on windows
https://bugs.freedesktop.org/show_bug.cgi?id=76594
-rw-r--r--p11-kit/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am
index ceab55a..92cddfb 100644
--- a/p11-kit/Makefile.am
+++ b/p11-kit/Makefile.am
@@ -98,6 +98,11 @@ libp11_kit_testable_la_CFLAGS = \
$(LIBFFI_CFLAGS) \
$(NULL)
+# Proxy module is actually same as library, so install a link
+install-exec-hook:
+ $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.so` $(DESTDIR)$(libdir)/p11-kit-proxy.so
+ $(MKDIR_P) $(DESTDIR)$(p11_package_config_modules)
+
endif
pkgconfigdir = $(libdir)/pkgconfig
@@ -112,11 +117,6 @@ EXTRA_DIST = \
docs.h \
$(NULL)
-# Proxy module is actually same as library, so install a link
-install-exec-hook:
- $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.so` $(DESTDIR)$(libdir)/p11-kit-proxy.so
- $(MKDIR_P) $(DESTDIR)$(p11_package_config_modules)
-
bin_PROGRAMS = \
p11-kit