diff options
Diffstat (limited to 'libgomp/Makefile.am')
-rw-r--r-- | libgomp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgomp/Makefile.am b/libgomp/Makefile.am index 604085c3d72..062fded0805 100644 --- a/libgomp/Makefile.am +++ b/libgomp/Makefile.am @@ -64,7 +64,8 @@ libgomp_la_SOURCES = alloc.c atomic.c barrier.c critical.c env.c error.c \ parallel.c sections.c single.c task.c team.c work.c lock.c mutex.c \ proc.c sem.c bar.c ptrlock.c time.c fortran.c affinity.c target.c \ splay-tree.c libgomp-plugin.c oacc-parallel.c oacc-host.c oacc-init.c \ - oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c + oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c \ + affinity-fmt.c teams.c include $(top_srcdir)/plugin/Makefrag.am |