Changeset ad01f0a for Makefile.am
- Timestamp:
- 09/05/06 17:28:37 (14 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:
- 71abb56
- Parents:
- 7e24d3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r4a4cc39 rad01f0a 2 2 TOOLS_DIR = tools 3 3 if LIBTRACE_SWIG 4 #SWIG_DIR = swig4 SWIG_DIR = swig 5 5 endif 6 SUBDIRS = lib docs $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) $(SWIG_DIR)6 SUBDIRS = lib $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) $(SWIG_DIR) docs 7 7 8 8 ACLOCAL_AMFLAGS = -I m4 … … 12 12 man_MANS = docs/doxygen/man/man3/trace*.3 docs/doxygen/man/man3/libtrace*.3 13 13 endif 14 #man_MANS = @MANPAGES@15 14 EXTRA_DIST=examples libtrace.sln libtrace.vcproj test-convert.vcproj \ 16 15 test-format.vcproj test-pcap-bpf.vcproj 17 #docs/html docs/latex docs/man $(man_MANS)18 16 19 17 .PHONY: docs … … 41 39 endif 42 40 43 #docs:44 # doxygen libtrace.doxygen45 46 41 install-man-hook: docs
Note: See TracChangeset
for help on using the changeset viewer.