aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2014-07-21 10:00:47 +0200
committermontellese <montellese@xbmc.org>2014-07-30 11:16:00 +0200
commit18a30b7f1f530ffc817246371aca693af0641519 (patch)
tree0b32a59b8334df1d9591615964e964f9263b0047 /Makefile.in
parenta3741f5f744877d15b930554b07b473006221e07 (diff)
cmake: rename AddOptions.cmake to addoptions.cmake and moved the cmake scripts into project/cmake/scripts
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a21013f198..cc0b40c1ca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -646,6 +646,9 @@ endif
@for f in project/cmake/*.cmake; do \
install -m 0644 $$f $(DESTDIR)$(libdir)/xbmc; \
done
+ @for f in project/cmake/scripts/common/*.cmake; do \
+ install -m 0644 $$f $(DESTDIR)$(libdir)/xbmc; \
+ done
uninstall:
@echo "Removing XBMC..."