mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
20 lines
226 B
Makefile
20 lines
226 B
Makefile
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)
|