summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/addons/test/Makefile')
-rw-r--r--xbmc/addons/test/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/xbmc/addons/test/Makefile b/xbmc/addons/test/Makefile
deleted file mode 100644
index bf74bd6..0000000
--- a/xbmc/addons/test/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
1SRCS= \
2 TestAddonVersion.cpp
3
4LIB=addonsTest.a
5
6INCLUDES += -I../../../lib/gtest/include
7
8include ../../../Makefile.include
9-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))