source: Makefile.am@ 6841

Last change on this file since 6841 was 3744, checked in by Christoph Mayer, 15 years ago
File size: 269 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2SUBDIRS = docu source sample
3EXTRA_DIST = etc/pingpong/* etc/patch/* INSTALL LICENSE README bootstrap bootstrap_libs
4
5# hook to remove all .svn files before rolling the tarball
6dist-hook:
7 find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf
Note: See TracBrowser for help on using the repository browser.