mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00: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
|
||||
test_libraries += virusbmock.la \
|
||||
virnetdevbandwidthmock.la \
|
||||
virtestmock.la
|
||||
virtestmock.la \
|
||||
$(NULL)
|
||||
endif WITH_LINUX
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user