Changes in src/libcfa/Makefile.am [c2b9f21:0cf5b79]
- File:
-
- 1 edited
-
src/libcfa/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.am
rc2b9f21 r0cf5b79 55 55 56 56 libobjs = ${headers:=.o} 57 libsrc = libcfa-prelude.c interpose.c bits/debug.c ${headers:=.c} \57 libsrc = libcfa-prelude.c interpose.c libhdr/libdebug.c ${headers:=.c} \ 58 58 assert.c exception.c virtual.c 59 59 … … 100 100 math \ 101 101 gmp \ 102 bits/align.h \103 102 bits/containers.h \ 104 103 bits/defs.h \ 105 bits/debug.h \106 104 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 108 110 109 111 CLEANFILES = libcfa-prelude.c
Note:
See TracChangeset
for help on using the changeset viewer.