X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=Makefile.in;h=6c55e6792639ecf034d3ede059ec69087c03c93d;hb=636ddf5cd77c5e226f5046b147272b3e3eb9f947;hp=754f15396be14d65009384c18db12f7bbcd68118;hpb=16232cc040066abb25b7d8ec9628e10c21f92698;p=vuplus_xbmc diff --git a/Makefile.in b/Makefile.in index 754f153..6c55e67 100644 --- a/Makefile.in +++ b/Makefile.in @@ -302,6 +302,7 @@ CHECK_LIBS = xbmc/filesystem/test/filesystemTest.a \ xbmc/utils/test/utilsTest.a \ xbmc/threads/test/threadTest.a \ xbmc/interfaces/python/test/pythonSwigTest.a \ + xbmc/cores/AudioEngine/Sinks/test/AESinkTest.a \ xbmc/test/xbmc-test.a ifeq (@USE_WAYLAND@,1) @@ -646,7 +647,7 @@ endif endif @# Icons and links @install -d $(DESTDIR)$(datarootdir)/applications - @install tools/Linux/xbmc.desktop $(DESTDIR)$(datarootdir)/applications/xbmc.desktop + @install -m 0644 tools/Linux/xbmc.desktop $(DESTDIR)$(datarootdir)/applications/xbmc.desktop @install -d $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps @install -m 0644 media/icon48x48.png $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/xbmc.png @install -d $(DESTDIR)$(datadir)/icons/hicolor/256x256/apps