diff options
author | monsta <[email protected]> | 2016-08-18 13:05:07 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-18 13:05:07 +0300 |
commit | f16603aafe8389f4d4d82954db5ac7f1ed37b283 (patch) | |
tree | 69b2545b21da6840074a89945ec378c396f6bcb9 /Makefile.am | |
parent | 6728de45e0f2f02497fa8278e24dcee5ae0a63fb (diff) | |
download | mate-user-share-f16603aafe8389f4d4d82954db5ac7f1ed37b283.tar.bz2 mate-user-share-f16603aafe8389f4d4d82954db5ac7f1ed37b283.tar.xz |
build: use 'm4' dir for m4 macros, like in other projects
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 a762588..ae78a5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + SUBDIRS = data po src man help EXTRA_DIST = \ |