diff options
author | Werner Koch <wk@gnupg.org> | 2006-10-23 16:02:13 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-10-23 16:02:13 +0200 |
commit | 7b8ea82ab64aa0c298c48ef3edf680102c2b1788 (patch) | |
tree | 3dfca78f29a4bdbd5ae307ca989544b951fe091d /Makefile.am | |
parent | Allow importing of web.de generated p12 files (diff) | |
download | gnupg2-7b8ea82ab64aa0c298c48ef3edf680102c2b1788.tar.xz gnupg2-7b8ea82ab64aa0c298c48ef3edf680102c2b1788.zip |
.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c19f7c3f1..996ed02e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,5 +79,7 @@ SUBDIRS = m4 intl gl include jnlib common ${kbx} \ dist-hook: echo "$(VERSION)" > $(distdir)/VERSION +stowinstall: + $(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/gnupg |