From: Michal Privoznik Date: Thu, 19 May 2016 16:50:52 +0000 (+0200) Subject: tests: Add forgotten backslash X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ee7e99feb3c6fb89ebbe3dc967b01fbce0e7131f;p=libvirt.git tests: Add forgotten backslash While introducing virtestmock.la, I've forgotten to add '\' at the end of one line leaving our Makefile.am mangled. Fortunately, the only thing that comes after is '$(NULL)' so nothing is terribly broken. Signed-off-by: Michal Privoznik --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 238f6da020..c7c9a037af 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -447,7 +447,7 @@ endif WITH_DBUS if WITH_LINUX test_libraries += virusbmock.la \ virnetdevbandwidthmock.la \ - virtestmock.la + virtestmock.la \ $(NULL) endif WITH_LINUX