Signed-off-by: Frediano Ziglio <[email protected]>
---
 common/Makefile.am |  6 +++---
 tests/Makefile.am  | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/common/Makefile.am b/common/Makefile.am
index 3cbc49f..5ca6538 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -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    \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 39d30c0..1021954 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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    \
-- 
2.17.1

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to