spice/tools/Makefile.am
Frediano Ziglio 626ad248f5 build: Update spice-common integration
Use new common.m4 include file to make easier to integrate
with spice-common repository.
The new include will allow for instance spice-common to
add additional dependencies without changes (or minor) to
spice-server.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Kevin Pouget <kpouget@redhat.com>
2020-03-02 14:04:06 +00:00

25 lines
263 B
Makefile

NULL =
AM_CPPFLAGS = \
$(SPICE_COMMON_CFLAGS) \
$(WARN_CFLAGS) \
$(NULL)
AM_LDFLAGS = \
$(LIBRT) \
$(NULL)
if !OS_WIN32
noinst_PROGRAMS = \
reds_stat \
$(NULL)
reds_stat_SOURCES = \
reds_stat.c \
$(NULL)
endif
EXTRA_DIST = \
meson.build \
$(NULL)