aboutsummaryrefslogtreecommitdiff
path: root/xbmc/games/addons/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/games/addons/Makefile')
-rw-r--r--xbmc/games/addons/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/xbmc/games/addons/Makefile b/xbmc/games/addons/Makefile
deleted file mode 100644
index 6dd4b0333e..0000000000
--- a/xbmc/games/addons/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-SRCS=GameClient.cpp \
- GameClientInput.cpp \
- GameClientKeyboard.cpp \
- GameClientMouse.cpp \
- GameClientProperties.cpp \
- GameClientTiming.cpp \
- GameClientTranslator.cpp \
-
-LIB=gameaddons.a
-
-include ../../../Makefile.include
--include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))