aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-06-02 13:51:59 +0200
committerGuido Günther <agx@sigxcpu.org>2011-06-02 13:54:58 +0200
commit5f4b48dbfb2d7863f34d83372a636806f6d13c21 (patch)
treeab48604e47536016b1d487990fff9317aaf1a905
parent703a329daae04fc5ab3a01b407a745003f0817b6 (diff)
autogen.sh was missing from EXTRA_DIST
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d680d28..d435340 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,9 @@ NULL =
SUBDIRS = data src po
+EXTRA_DIST = \
+ autogen.sh
+
DISTCLEANFILES = \
intltool-extract \
intltool-merge \