mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-14 15:28:34 +00:00
build: Reindent macros
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
da4926bd26
commit
0385a67ef8
@ -88,10 +88,10 @@ libspice_common_la_LIBADD = \
|
||||
$(SPICE_COMMON_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
MARSHALLERS_DEPS = \
|
||||
$(top_srcdir)/python_modules/__init__.py \
|
||||
MARSHALLERS_DEPS = \
|
||||
$(top_srcdir)/python_modules/__init__.py \
|
||||
$(top_srcdir)/python_modules/codegen.py \
|
||||
$(top_srcdir)/python_modules/demarshal.py \
|
||||
$(top_srcdir)/python_modules/demarshal.py \
|
||||
$(top_srcdir)/python_modules/marshal.py \
|
||||
$(top_srcdir)/python_modules/ptypes.py \
|
||||
$(top_srcdir)/python_modules/spice_parser.py \
|
||||
|
||||
@ -12,8 +12,8 @@ test_logging_CFLAGS = \
|
||||
$(NULL)
|
||||
test_logging_LDADD = \
|
||||
$(top_builddir)/common/libspice-common.la \
|
||||
$(GLIB2_LIBS) \
|
||||
$(GIO_UNIX_LIBS) \
|
||||
$(GLIB2_LIBS) \
|
||||
$(GIO_UNIX_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ test_marshallers_CFLAGS = \
|
||||
$(NULL)
|
||||
test_marshallers_LDADD = \
|
||||
$(top_builddir)/common/libspice-common.la \
|
||||
$(GLIB2_LIBS) \
|
||||
$(GLIB2_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@ -74,10 +74,10 @@ TEST_MARSHALLERS = \
|
||||
|
||||
BUILT_SOURCES = $(TEST_MARSHALLERS)
|
||||
|
||||
MARSHALLERS_DEPS = \
|
||||
$(top_srcdir)/python_modules/__init__.py \
|
||||
MARSHALLERS_DEPS = \
|
||||
$(top_srcdir)/python_modules/__init__.py \
|
||||
$(top_srcdir)/python_modules/codegen.py \
|
||||
$(top_srcdir)/python_modules/demarshal.py \
|
||||
$(top_srcdir)/python_modules/demarshal.py \
|
||||
$(top_srcdir)/python_modules/marshal.py \
|
||||
$(top_srcdir)/python_modules/ptypes.py \
|
||||
$(top_srcdir)/python_modules/spice_parser.py \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user