Changeset 743 for trunk/lib/Makefile.am


Ignore:
Timestamp:
04/26/06 16:06:08 (7 years ago)
Author:
spa1
Message:

Fixed the Makefile to include libtraceio.h when doing a 'make dist'
Multiple rt clients no longer share the same reliability variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Makefile.am

    r724 r743  
    11lib_LTLIBRARIES = libtrace.la 
    2 include_HEADERS = libtrace.h dagformat.h wag.h lt_inttypes.h daglegacy.h rt_protocol.h 
     2include_HEADERS = libtrace.h dagformat.h wag.h lt_inttypes.h daglegacy.h rt_protocol.h libtraceio.h 
    33 
    44extra_DIST = format_template.c 
     
    77                format_rt.c format_helper.c format_helper.h format_pcapfile.c \ 
    88                parse_cmd.c parse_cmd.h libtrace_int.h lt_inttypes.h \ 
    9                 linktypes.c protocols.c  
     9                linktypes.c protocols.c libtraceio.h  
    1010if HAVE_NETPACKET_PACKET_H 
    1111libtrace_la_SOURCES+=format_linux.c 
Note: See TracChangeset for help on using the changeset viewer.