close Warning: Can't use blame annotator:
No changeset 2154 in the repository

source: Makefile.am@ 10653

Last change on this file since 10653 was 10653, checked in by Michael Tänzer, 12 years ago

Merge the ASIO branch back into trunk

File size: 319 bytes
RevLine 
1ACLOCAL_AMFLAGS = -I m4
2SUBDIRS = docu source sample
3EXTRA_DIST = etc/pingpong/* \
4 etc/patch/* \
5 INSTALL \
6 LICENSE \
7 README \
8 bootstrap \
9 bootstrap_libs \
10 docu/doxygen/Doxyfile
11
12# hook to remove all .svn files before rolling the tarball
13dist-hook:
14 find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf
Note: See TracBrowser for help on using the repository browser.