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
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I m4
|
---|
2 | SUBDIRS = docu source sample
|
---|
3 | EXTRA_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
|
---|
13 | dist-hook:
|
---|
14 | find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf
|
---|
Note:
See
TracBrowser
for help on using the repository browser.