]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: Add forgotten backslash
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 19 May 2016 16:50:52 +0000 (18:50 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 19 May 2016 16:50:52 +0000 (18:50 +0200)
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 <mprivozn@redhat.com>
tests/Makefile.am

index 238f6da020987ad535f0a2bfabf5b8ca7bcf5391..c7c9a037afc3677690deccb46aa14c47f5be93cc 100644 (file)
@@ -447,7 +447,7 @@ endif WITH_DBUS
 if WITH_LINUX
 test_libraries += virusbmock.la \
                virnetdevbandwidthmock.la \
-               virtestmock.la
+               virtestmock.la \
                $(NULL)
 endif WITH_LINUX