source: Makefile.am@ 3738

Last change on this file since 3738 was 3738, checked in by mies, 15 years ago
File size: 248 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2SUBDIRS = docu source sample
3EXTRA_DIST = etc/* 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.