diff options
author | SooChan Lim <sc1.lim@samsung.com> | 2016-06-27 14:24:55 +0900 |
---|---|---|
committer | Joonyoung Shim <jy0922.shim@samsung.com> | 2017-02-15 13:37:34 +0900 |
commit | 0a57d961e0244a388ba7f6dc0e173af495d19a4b (patch) | |
tree | fb22ffe7fd85d1c7842ce68242d8049781809e56 /amdgpu | |
parent | 8ce432a926313ea8e5f7714eda0df82c108cb1d8 (diff) | |
download | libdrm-0a57d961e0244a388ba7f6dc0e173af495d19a4b.tar.gz libdrm-0a57d961e0244a388ba7f6dc0e173af495d19a4b.tar.bz2 libdrm-0a57d961e0244a388ba7f6dc0e173af495d19a4b.zip |
remove the pthread-stub dependency
Change-Id: I9253557242bb43ec49e4f45eed5d21269bbbb3ac
Diffstat (limited to 'amdgpu')
-rw-r--r-- | amdgpu/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/amdgpu/Makefile.am b/amdgpu/Makefile.am index cf7bc1ba..cf13dbae 100644 --- a/amdgpu/Makefile.am +++ b/amdgpu/Makefile.am @@ -27,13 +27,12 @@ include Makefile.sources AM_CFLAGS = \ $(WARN_CFLAGS) \ -I$(top_srcdir) \ - $(PTHREADSTUBS_CFLAGS) \ -I$(top_srcdir)/include/drm libdrm_amdgpu_la_LTLIBRARIES = libdrm_amdgpu.la libdrm_amdgpu_ladir = $(libdir) libdrm_amdgpu_la_LDFLAGS = -version-number 1:0:0 -no-undefined -libdrm_amdgpu_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ +libdrm_amdgpu_la_LIBADD = ../libdrm.la libdrm_amdgpu_la_SOURCES = $(LIBDRM_AMDGPU_FILES) |