diff options
author | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2008-03-07 16:09:14 +0000 |
---|---|---|
committer | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2008-03-07 16:09:14 +0000 |
commit | 196d73563d96af5031ed969b1cd9d919fda3e054 (patch) | |
tree | 5a34654513050217363e9a0cdbee4a17cb009534 /m4 | |
parent | 7982a7d2c4fdb06241ea0a8b2370cf20a9b77167 (diff) |
Added m4/as_ac_expand.m4 to the distribution
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index cfec8cf..84d45d9 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,3 +1,4 @@ EXTRA_DIST = \ as-compiler-flag.m4 \ -as-version.m4 +as-version.m4 \ +as_ac_expand.m4 |