From ae8a02ee4de0afb53356de51aeac0d02bdf785c6 Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Tue, 17 Feb 2015 14:29:59 +0100 Subject: [PATCH] makefile cosmetics --- xbmc/interfaces/python/Makefile.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xbmc/interfaces/python/Makefile.in b/xbmc/interfaces/python/Makefile.in index e137ef071ff91..e48c30ddf03da 100644 --- a/xbmc/interfaces/python/Makefile.in +++ b/xbmc/interfaces/python/Makefile.in @@ -11,8 +11,13 @@ all: $(LIB) include ../../../codegenerator.mk -SRCS= AddonPythonInvoker.cpp CallbackHandler.cpp LanguageHook.cpp \ - PythonInvoker.cpp XBPython.cpp swig.cpp PyContext.cpp \ +SRCS = AddonPythonInvoker.cpp \ + CallbackHandler.cpp \ + LanguageHook.cpp \ + PythonInvoker.cpp \ + XBPython.cpp \ + swig.cpp \ + PyContext.cpp \ $(GENERATED) INCLUDES += @PYTHON_CPPFLAGS@