Changeset 31ee19ff for src/libcfa
- Timestamp:
 - Mar 25, 2017, 6:01:19 PM (9 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
 - Children:
 - 6d48157
 - Parents:
 - f20dffa
 - File:
 - 
      
- 1 edited
 
- 
          
  src/libcfa/Makefile.am (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/libcfa/Makefile.am
rf20dffa r31ee19ff 11 11 ## Created On : Sun May 31 08:54:01 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Wed Dec 14 15:17:30 201614 ## Update Count : 21 113 ## Last Modified On : Sat Mar 25 18:00:10 2017 14 ## Update Count : 212 15 15 ############################################################################### 16 16 … … 41 41 CC = ${abs_top_srcdir}/src/driver/cfa 42 42 43 headers = limits stdlib math iostream fstream iterator rational assert 43 headers = limits stdlib math iostream fstream iterator rational assert containers/vector 44 44 45 45 # not all platforms support concurrency, add option do disable it 46 46 if BUILD_CONCURRENCY 47 headers += con tainers/vector concurrency/coroutine concurrency/thread concurrency/kernel concurrency/monitor47 headers += concurrency/coroutine concurrency/thread concurrency/kernel concurrency/monitor 48 48 endif 49 49  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.