Add reds_stat to compiled software
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
d79e781706
commit
a0fcf4975b
@ -1,7 +1,7 @@
|
||||
NULL =
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = spice-common server docs
|
||||
SUBDIRS = spice-common server docs tools
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = spice-server.pc
|
||||
|
||||
@ -272,6 +272,7 @@ server/spice-version.h
|
||||
server/tests/Makefile
|
||||
docs/Makefile
|
||||
docs/manual/Makefile
|
||||
tools/Makefile
|
||||
])
|
||||
|
||||
dnl ==========================================================================
|
||||
|
||||
19
tools/Makefile.am
Normal file
19
tools/Makefile.am
Normal file
@ -0,0 +1,19 @@
|
||||
NULL =
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
$(COMMON_CFLAGS) \
|
||||
$(SPICE_PROTOCOL_CFLAGS) \
|
||||
$(WARN_CFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
AM_LDFLAGS = \
|
||||
$(LIBRT) \
|
||||
$(NULL)
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
reds_stat \
|
||||
$(NULL)
|
||||
|
||||
reds_stat_SOURCES = \
|
||||
reds_stat.c \
|
||||
$(NULL)
|
||||
Loading…
Reference in New Issue
Block a user