Changeset 3bd0462
- Timestamp:
- 05/09/06 22:48:48 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 9b8c7ad
- Parents:
- 7533845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r0b4684a r3bd0462 13 13 endif 14 14 #man_MANS = @MANPAGES@ 15 EXTRA_DIST=examples 15 EXTRA_DIST=examples libtrace.sln libtrace.vcproj test-convert.vcproj \ 16 test-format.vcproj test-pcap-bpf.vcproj 16 17 #docs/html docs/latex docs/man $(man_MANS) 17 18 … … 27 28 dist-hook: 28 29 for dir in $(EXTRA_DIST); do \ 30 if [ ! -d $(distdir)/$$dir ]; then continue; fi; \ 29 31 rm -rf `find $(distdir)/$$dir -name CVS` ; \ 32 rm -rf `find $(distdir)/$$dir -name .svn` ; \ 30 33 for i in `\ls $(distdir)/$$dir `; do make -C $(distdir)/$$dir/$$i clean; done \ 31 34 done
Note: See TracChangeset
for help on using the changeset viewer.