summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/test/Makefile
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2015-03-04 00:23:39 +0100
committermanuel <manuel@mausz.at>2015-03-04 00:23:39 +0100
commit9d11b08ad61b1f0d6d7023ce403285d8662efaed (patch)
tree5bc0c947d9e10d3e8c9dc1e6b26f3d6599f0cea1 /xbmc/addons/test/Makefile
parentc159d9f91f1573901868100a9464527a5a71575b (diff)
downloadkodi-pvr-build-9d11b08ad61b1f0d6d7023ce403285d8662efaed.tar.gz
kodi-pvr-build-9d11b08ad61b1f0d6d7023ce403285d8662efaed.tar.bz2
kodi-pvr-build-9d11b08ad61b1f0d6d7023ce403285d8662efaed.zip
sync with upstream
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)))