diff options
Diffstat (limited to 'tests/amdgpu/Makefile.am')
-rw-r--r-- | tests/amdgpu/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/amdgpu/Makefile.am b/tests/amdgpu/Makefile.am index 339bb0a9..920882d0 100644 --- a/tests/amdgpu/Makefile.am +++ b/tests/amdgpu/Makefile.am @@ -7,8 +7,7 @@ AM_CFLAGS = \ LDADD = $(top_builddir)/libdrm.la \ $(top_builddir)/amdgpu/libdrm_amdgpu.la \ - $(CUNIT_LIBS) \ - $(JSONC_LIBS) + $(CUNIT_LIBS) if HAVE_INSTALL_TESTS bin_PROGRAMS = \ @@ -18,7 +17,7 @@ noinst_PROGRAMS = \ amdgpu_test endif -amdgpu_test_CPPFLAGS = $(CUNIT_CFLAGS) $(JSONC_CFLAGS) +amdgpu_test_CPPFLAGS = $(CUNIT_CFLAGS) amdgpu_test_SOURCES = \ amdgpu_test.c \ |