diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 07cd4fc183..260cd6e3af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,9 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = gl includes lib libextra src doc tests +SUBDIRS = gl includes lib libextra src doc tests po + +EXTRA_DIST = mkinstalldirs ACLOCAL_AMFLAGS = -I m4 -I gl/m4 |