diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-27 14:34:11 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-27 14:34:11 +0000 |
commit | d324bfb513b8825dadbf2a5862d1c1cc19a69345 (patch) | |
tree | 9b71bde99c7314d82e52780f504063429b54c619 /Makefile.am | |
parent | 462b7b64c4652a6513ccbe9e152ba2a92658ec4e (diff) |
add ACLOCAL_AMFLAGS
Original commit message from CVS:
add ACLOCAL_AMFLAGS
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 8f909752..998f5028 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,6 +49,8 @@ EXTRA_DIST = \ DISTCLEANFILES = _stdint.h +ACLOCAL_AMFLAGS = -I m4 -I common/m4 + include $(top_srcdir)/common/release.mak include $(top_srcdir)/common/po.mak |