summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-10-23 09:14:16 +0000
committerWerner Koch <wk@gnupg.org>2006-10-23 09:14:16 +0000
commitba6bb0aa867715a7a713d1c706ae5433fa831b00 (patch)
tree96315298b12588e46c4b356eee73f48baef9d721 /Makefile.am
parentaf772435207ecb41dd6855e2d3078ed3c2991a3e (diff)
downloadlibgcrypt-ba6bb0aa867715a7a713d1c706ae5433fa831b00.tar.gz
Applied two simple patches.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ad00307a..70fd2caf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,9 @@ dist-hook:
@set -e; \
echo "$(VERSION)" > $(distdir)/VERSION
+stowinstall:
+ $(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/libgcrypt
+