mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
Makefile: drop undefined LIB_CLOCK_GETTIME
This was introduced together with clock-time gnulib module by commit <d74e5a4dfc434d3a1d01856d013a7f50d910fa95> and removed from libvirt by commit <86d223a762990c9d529065a2d3b30b6a00ea63dd>. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
cb3b37bb39
commit
66e39b6e20
@ -289,7 +289,6 @@ libvirt_util_la_LIBADD = \
|
||||
$(THREAD_LIBS) \
|
||||
$(AUDIT_LIBS) \
|
||||
$(DEVMAPPER_LIBS) \
|
||||
$(LIB_CLOCK_GETTIME) \
|
||||
$(DBUS_LIBS) \
|
||||
$(WIN32_EXTRA_LIBS) \
|
||||
$(LIBXML_LIBS) \
|
||||
|
@ -1511,7 +1511,7 @@ endif WITH_LIBVIRTD
|
||||
if WITH_LIBVIRTD
|
||||
eventtest_SOURCES = \
|
||||
eventtest.c testutils.h testutils.c
|
||||
eventtest_LDADD = $(LIB_CLOCK_GETTIME) $(LDADDS)
|
||||
eventtest_LDADD = $(LDADDS)
|
||||
endif WITH_LIBVIRTD
|
||||
|
||||
libshunload_la_SOURCES = shunloadhelper.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user