[textures] expose the texture cache to JSON-RPC with GetTextures/RemoveTexture
[vuplus_xbmc] / xbmc / interfaces / json-rpc / Makefile
1 SRCS=AddonsOperations.cpp \
2      ApplicationOperations.cpp \
3      AudioLibrary.cpp \
4      FavouritesOperations.cpp \
5      FileItemHandler.cpp \
6      FileOperations.cpp \
7      GUIOperations.cpp \
8      InputOperations.cpp \
9      JSONRPC.cpp \
10      JSONServiceDescription.cpp \
11      PlayerOperations.cpp \
12      PlaylistOperations.cpp \
13      ProfilesOperations.cpp \
14      PVROperations.cpp \
15      SystemOperations.cpp \
16      TextureOperations.cpp \
17      VideoLibrary.cpp \
18      XBMCOperations.cpp \
19
20 LIB=json-rpc.a
21
22 include ../../../Makefile.include
23 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))