Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.am

    rc2b9f21 r0cf5b79  
    5555
    5656libobjs = ${headers:=.o}
    57 libsrc = libcfa-prelude.c interpose.c bits/debug.c ${headers:=.c} \
     57libsrc = libcfa-prelude.c interpose.c libhdr/libdebug.c ${headers:=.c} \
    5858         assert.c exception.c virtual.c
    5959
     
    100100        math                            \
    101101        gmp                             \
    102         bits/align.h            \
    103102        bits/containers.h               \
    104103        bits/defs.h             \
    105         bits/debug.h            \
    106104        bits/locks.h            \
    107         concurrency/invoke.h
     105        concurrency/invoke.h    \
     106        libhdr.h                        \
     107        libhdr/libalign.h       \
     108        libhdr/libdebug.h       \
     109        libhdr/libtools.h
    108110
    109111CLEANFILES = libcfa-prelude.c
Note: See TracChangeset for help on using the changeset viewer.