diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-12-16 17:02:03 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-12-16 17:02:03 +0000 |
commit | 7586735e3d74f1156f3d8791b90f345e4a39f4cf (patch) | |
tree | e6f2762b604ffc06df1adae13cce63e953149ee2 /Makefile.cvs | |
parent | ce31ca0f779640dce850a9afcccfc4be6c500574 (diff) | |
download | mana-client-7586735e3d74f1156f3d8791b90f345e4a39f4cf.tar.gz mana-client-7586735e3d74f1156f3d8791b90f345e4a39f4cf.tar.bz2 mana-client-7586735e3d74f1156f3d8791b90f345e4a39f4cf.tar.xz mana-client-7586735e3d74f1156f3d8791b90f345e4a39f4cf.zip |
part of autotools update
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs new file mode 100644 index 00000000..d1607023 --- /dev/null +++ b/Makefile.cvs @@ -0,0 +1,8 @@ +default: all + +all: + aclocal + autoheader + automake + autoconf + |