aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2015-07-14 21:19:48 +0200
committermontellese <montellese@xbmc.org>2015-07-14 21:19:48 +0200
commit95fe1b12d121342f76664c830574fbfd88f43c56 (patch)
treee4e05d0306c1fdfe9bf22538a09ebb33c3991b0a /Makefile.in
parent0174299c5c077951762ba79f92203dd128fc7a33 (diff)
[Makefile.in] integrate python/legacy archives into the general list
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 02bfc16a4d..954e53c7ba 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,6 +52,8 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \
xbmc/interfaces/info/info.a \
xbmc/interfaces/interfaces.a \
xbmc/interfaces/json-rpc/json-rpc.a \
+ xbmc/interfaces/legacy/legacy.a \
+ xbmc/interfaces/python/python_binding.a \
xbmc/linux/linux.a \
xbmc/listproviders/listproviders.a \
xbmc/media/media.a \
@@ -109,9 +111,6 @@ DIRECTORY_ARCHIVES += xbmc/network/httprequesthandler/httprequesthandlers.a
DIRECTORY_ARCHIVES += xbmc/network/httprequesthandler/python/httprequesthandlers-python.a
endif
-DIRECTORY_ARCHIVES += xbmc/interfaces/legacy/legacy.a
-DIRECTORY_ARCHIVES += xbmc/interfaces/python/python_binding.a
-
ifeq (@USE_OPENGL@,1)
DIRECTORY_ARCHIVES += xbmc/rendering/gl/rendering_gl.a
endif