From 625c78b5c1f1c057867a6b553a28e606f51d751e Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 13 Mar 2019 16:20:53 +0100 Subject: [PATCH] tests: Don't define TEST_DRIVER_DIR It's no longer used anywhere. Signed-off-by: Andrea Bolognani Reviewed-by: Martin Kletzander --- tests/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index adbe2f3d5e..237336d648 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -63,9 +63,6 @@ DRIVERLIB_LDFLAGS = \ -rpath /evil/libtool/hack/to/force/shared/lib/creation \ $(MINGW_EXTRA_LDFLAGS) -AM_CPPFLAGS += \ - -DTEST_DRIVER_DIR=\"$(top_builddir)/src/.libs\" - PROBES_O = if WITH_DTRACE_PROBES PROBES_O += ../src/libvirt_probes.lo -- GitLab