Skip to content

Commit

Permalink
makefile cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tamland committed Mar 1, 2015
1 parent cc463a2 commit ae8a02e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions xbmc/interfaces/python/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down

0 comments on commit ae8a02e

Please sign in to comment.