diff options
author | infirit <[email protected]> | 2014-05-07 16:04:55 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-07 16:04:55 +0200 |
commit | 9b6b6f57de03b348924fce91fb5a2f99c8031617 (patch) | |
tree | b11237bb7ca6226e4160cda6a9234d6221f96cf0 /Makefile.am | |
parent | b1395f0472ba1618ed519bc56d49edca1d2600bb (diff) | |
download | caja-extensions-9b6b6f57de03b348924fce91fb5a2f99c8031617.tar.bz2 caja-extensions-9b6b6f57de03b348924fce91fb5a2f99c8031617.tar.xz |
Silence warnings
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e33bc3d..9b61e79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + SUBDIRS = po if ENABLE_OPEN_TERMINAL |