提交 ee7e99fe 编写于 作者: M Michal Privoznik

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: NMichal Privoznik <mprivozn@redhat.com>
上级 15ccb0db
...@@ -447,7 +447,7 @@ endif WITH_DBUS ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册