This commit is contained in:
Alexander Deynichenko
2013-02-25 07:23:44 +04:00
parent 35ff18a6a1
commit 03b62f3315
809 changed files with 211135 additions and 0 deletions

8
tools/Makefile.am Normal file
View File

@@ -0,0 +1,8 @@
SUBDIRS = src
EXTRA_DIST = autogen.sh README tools.dsw
dist-hook:
tar cf - doc \
| ( cd $(distdir) ; tar xf - )