summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-11-30 14:24:45 +0000
committerWerner Koch <wk@gnupg.org>2006-11-30 14:24:45 +0000
commite45252cc5a7eb85734848ccba12756710e6b0edb (patch)
treeb9ae43c9a32db82e0d357294f7baa627b9826d0b /Makefile.am
parent8d63c613ffc6e543bd7c26d91ea9c5c790125b4c (diff)
downloadlibgpg-error-e45252cc5a7eb85734848ccba12756710e6b0edb.tar.gz
Removed included gettext and updated latest gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d0c29ea..40e2136 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,14 +17,19 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-SUBDIRS = intl m4 src tests po lang
-
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = dist-bzip2
EXTRA_DIST = autogen.sh config.rpath libgpg-error.spec.in
+SUBDIRS = m4 src tests po lang
+
+
dist-hook:
sed -e 's/@pkg_version@/$(VERSION)/g' \
$(top_srcdir)/libgpg-error.spec.in > $(distdir)/libgpg-error.spec
@set -e; echo "$(VERSION)" > $(distdir)/VERSION
+
+stowinstall:
+ $(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/libgpg-error
+