Changeset 10f924c for libwandio/Makefile.am
- Timestamp:
- 05/23/14 17:31:26 (7 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:
- 2a7047c
- Parents:
- d3b6b91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libwandio/Makefile.am
r60f3c4c r10f924c 3 3 include_HEADERS=wandio.h 4 4 5 AM_CFLAGS=@LIBCFLAGS@ 6 AM_CXXFLAGS=@LIBCXXFLAGS@ 5 AM_CFLAGS=@LIBCFLAGS@ @CFLAG_VISIBILITY@ 6 AM_CXXFLAGS=@LIBCXXFLAGS@ @CFLAG_VISIBILITY@ 7 7 8 8 if HAVE_ZLIB … … 25 25 26 26 libwandio_la_SOURCES=wandio.c ior-peek.c ior-stdio.c ior-thread.c \ 27 iow-stdio.c iow-thread.c wandio.h \27 iow-stdio.c iow-thread.c wandio.h wandio_internal.h \ 28 28 $(LIBTRACEIO_ZLIB) $(LIBTRACEIO_BZLIB) $(LIBTRACEIO_LZO) 29 29
Note: See TracChangeset
for help on using the changeset viewer.