aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2007-05-31 13:21:30 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2007-05-31 13:21:30 +0000
commit88843a0a1e8f38e3dfa870f0bfc7ad6540c76f53 (patch)
tree65e42b23793d5007382f32f578f1be5464bdd9d0 /gnu/lib
parent2a43680e9fb8f89b35fcb687effdba241a72829d (diff)
downloadsrc-88843a0a1e8f38e3dfa870f0bfc7ad6540c76f53.tar.gz
src-88843a0a1e8f38e3dfa870f0bfc7ad6540c76f53.zip
Install omp.h file.
Submitted by: Pieter de Goeje (pieter at degoejes dot nl)
Notes
Notes: svn path=/head/; revision=170156
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgomp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/libgomp/Makefile b/gnu/lib/libgomp/Makefile
index e0e111ec8eb4..17f8b46f2411 100644
--- a/gnu/lib/libgomp/Makefile
+++ b/gnu/lib/libgomp/Makefile
@@ -15,6 +15,8 @@ SRCS= alloc.c barrier.c critical.c env.c \
bar.c time.c fortran.c
SRCS+= gstdint.h libgomp_f.h omp.h omp_lib.h
+INCS+= omp.h
+
CFLAGS+= -DHAVE_CONFIG_H
CFLAGS+= -I${.CURDIR} -I. -I${SRCDIR} -I${SRCDIR}/config/posix