Changes in libcfa/src/Makefile.am [850aff1:5614a191]
- File:
-
- 1 edited
-
libcfa/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
r850aff1 r5614a191 72 72 common.hfa \ 73 73 fstream.hfa \ 74 heap.hfa \75 74 iostream.hfa \ 76 75 iterator.hfa \ … … 102 101 startup.hfa \ 103 102 virtual.c \ 104 virtual.h 103 virtual.h \ 104 heap.cc \ 105 heap.h 105 106 106 107 # not all platforms support concurrency, add option do disable it … … 172 173 173 174 -include $(libdeps) 175 -include $(DEPDIR)/heap.Plo 174 176 175 177 thread_libdeps = $(join \
Note:
See TracChangeset
for help on using the changeset viewer.