Changeset 7e9d51c for examples/capture/Makefile
- Timestamp:
- 06/17/05 15:38:20 (16 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:
- a9329cc
- Parents:
- b5236ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/capture/Makefile
r4389bd1 r7e9d51c 7 7 CFLAGS += $(INCLUDE) 8 8 libdir = -L$(PREFIX)/lib 9 LDLIBS = $(libdir) -ltrace -lzl9 LDLIBS = $(libdir) -ltrace 10 10 11 BINS = capture capture-gzip11 BINS = capture 12 12 .PHONY: all clean distclean install depend 13 13
Note: See TracChangeset
for help on using the changeset viewer.