diff options
author | Carsten Haitzler <raster@rasterman.com> | 2005-04-25 03:06:06 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2005-04-25 03:06:06 +0000 |
commit | 179c017b8fd097a9152a0271430b247a21943730 (patch) | |
tree | 16ae458edd255278f3437c6495a179c242652a88 /Makefile.am | |
parent | 1886045274fc6b538154fc231809a533fd9b8fd0 (diff) |
intl empty dir needs to be there for make distcheck to pass
add placeholder for bindings.
SVN revision: 14336
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4749b5efd..b015c7818 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,4 +1,4 @@ | |||
1 | SUBDIRS = src data doc po | 1 | SUBDIRS = src data doc po intl |
2 | 2 | ||
3 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | 3 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ |
4 | config.h.in config.sub configure install-sh \ | 4 | config.h.in config.sub configure install-sh \ |