summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-04-22 16:52:26 +0100
committerArx Cruz <arxcruz@gnome.org>2015-04-23 10:00:59 +0200
commitdc9719729899574d7f3b2056382af83fd106bd47 (patch)
treea19ba1eb98b5ef7d63d84b5ec77a1b1680ca6f13 /Makefile.am
parentUpdated Vietnamese translation (diff)
downloadzenity-dc9719729899574d7f3b2056382af83fd106bd47.tar.gz
zenity-dc9719729899574d7f3b2056382af83fd106bd47.tar.bz2
zenity-dc9719729899574d7f3b2056382af83fd106bd47.zip
Use upstream gettext instead intltool
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e51c3e6..871888b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,7 @@ SUBDIRS = \
EXTRA_DIST = \
autogen.sh \
+ config.rpath \
COPYING \
HACKING \
ChangeLog \
@@ -15,13 +16,6 @@ EXTRA_DIST = \
README \
AUTHORS
-DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update
-
-DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
-
dist-hook:
@if test -d "$(srcdir)/.git"; \
then \
bgstack15