From 18a30b7f1f530ffc817246371aca693af0641519 Mon Sep 17 00:00:00 2001 From: montellese Date: Mon, 21 Jul 2014 10:00:47 +0200 Subject: cmake: rename AddOptions.cmake to addoptions.cmake and moved the cmake scripts into project/cmake/scripts --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') 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..." -- cgit v1.2.3