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:
Frediano Ziglio
2016-10-19 07:13:59 +01:00
parent d79e781706
commit a0fcf4975b
3 changed files with 21 additions and 1 deletions
+19
View 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)