diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-26 14:18:32 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-26 14:18:32 +0300 |
commit | eaf8367368a329afa48785380f9dca6b681f3397 (patch) | |
tree | 6f6a7c12cd84a5b39082af730ca3c886fa214e3a | |
parent | Support HW_PHYSMEM64 (diff) | |
download | xz-eaf8367368a329afa48785380f9dca6b681f3397.tar.xz |
Add version.sh to EXTRA_DIST.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f69621fb..58971db0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,8 @@ endif SUBDIRS += src po tests EXTRA_DIST = \ - config.rpath \ + version.sh \ + config.rpath \ Doxyfile.in \ extra \ doc \ |