mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
10 lines
269 B
Makefile
10 lines
269 B
Makefile
|
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
|
|
LDADDS = @STATIC_BINARIES@ $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la $(COVERAGE_LDFLAGS)
|
|
|
|
noinst_PROGRAMS=suspend
|
|
|
|
suspend_SOURCES=suspend.c
|
|
suspend_LDFLAGS=
|
|
suspend_LDADD= $(LDADDS)
|