mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 09:53:10 +00:00
Fix typo s/AM_CLFAGS/AM_CFLAGS/ in sanlock link
This commit is contained in:
parent
e3b8808ba7
commit
7de158cf68
@ -1455,7 +1455,7 @@ lockdriverdir = $(libdir)/libvirt/lock-driver
|
||||
lockdriver_LTLIBRARIES = sanlock.la
|
||||
|
||||
sanlock_la_SOURCES = $(LOCK_DRIVER_SANLOCK_SOURCES)
|
||||
sanlock_la_CFLAGS = $(AM_CLFAGS)
|
||||
sanlock_la_CFLAGS = $(AM_CFLAGS)
|
||||
sanlock_la_LDFLAGS = -module -avoid-version
|
||||
sanlock_la_LIBADD = -lsanlock_client \
|
||||
../gnulib/lib/libgnu.la
|
||||
|
Loading…
Reference in New Issue
Block a user