diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-05 05:38:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-05 05:38:30 +0000 |
commit | 9a4ec9fa15e57e83d71be4f05833e68b58523a43 (patch) | |
tree | a7859669fb0a80770e80d10dc1c104700777194c /lib/libdrm/tests/nouveau | |
parent | 6ce7ec56c3c3f5bec2541d89794ae37142909fa8 (diff) |
Import libdrm 2.4.75
Diffstat (limited to 'lib/libdrm/tests/nouveau')
-rw-r--r-- | lib/libdrm/tests/nouveau/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libdrm/tests/nouveau/Makefile.am b/lib/libdrm/tests/nouveau/Makefile.am index c4f6e299f..3c799a81d 100644 --- a/lib/libdrm/tests/nouveau/Makefile.am +++ b/lib/libdrm/tests/nouveau/Makefile.am @@ -1,14 +1,14 @@ -AM_CPPFLAGS = \ +AM_CFLAGS = \ + -pthread \ + $(WARN_CFLAGS) \ -I$(top_srcdir)/include/drm \ -I$(top_srcdir)/nouveau \ -I$(top_srcdir) -AM_CFLAGS = $(WARN_CFLAGS) - LDADD = \ ../../nouveau/libdrm_nouveau.la \ ../../libdrm.la \ - -ldl -lpthread + -ldl TESTS = threaded |