From: Andrea Bolognani Date: Wed, 13 Mar 2019 15:20:53 +0000 (+0100) Subject: tests: Don't define TEST_DRIVER_DIR X-Git-Tag: v5.2.0-rc1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625c78b5c1f1c057867a6b553a28e606f51d751e;p=thirdparty%2Flibvirt.git tests: Don't define TEST_DRIVER_DIR It's no longer used anywhere. Signed-off-by: Andrea Bolognani Reviewed-by: Martin Kletzander --- 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