aboutsummaryrefslogtreecommitdiff
blob: 2c277a4735c7a0565f1dd785304ddde0da663ff6 (plain)
1
2
3
4
5
6
7
8
9
10
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)