mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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 <mprivozn@redhat.com>
This commit is contained in:
parent
15ccb0dbf3
commit
ee7e99feb3
@ -447,7 +447,7 @@ endif WITH_DBUS
|
|||||||
if WITH_LINUX
|
if WITH_LINUX
|
||||||
test_libraries += virusbmock.la \
|
test_libraries += virusbmock.la \
|
||||||
virnetdevbandwidthmock.la \
|
virnetdevbandwidthmock.la \
|
||||||
virtestmock.la
|
virtestmock.la \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif WITH_LINUX
|
endif WITH_LINUX
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user