mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 15:00:07 +00:00
11 lines
270 B
Makefile
11 lines
270 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)
|
||
|
|