diff options
author | alcoheca <alcoheca@svn> | 2010-04-27 14:53:32 +0000 |
---|---|---|
committer | alcoheca <alcoheca@svn> | 2010-04-27 14:53:32 +0000 |
commit | 217f1e4d3cd11fc19ac3c951fe57e86c7913cace (patch) | |
tree | f090d3b1a9e8a1124bf4730f6f883819deb7e8ba /Makefile.in | |
parent | 8cb18761aa38a8dc99111d73ed83fd27ed852f8e (diff) |
fixed: linux build
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29549 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 0122c3cc83..c0074a88db 100644 --- a/Makefile.in +++ b/Makefile.in @@ -115,8 +115,8 @@ ifneq (@BUILD_GOOM@,1) VIS_DIRS+=xbmc/visualizations/Goom endif -CONFLUENCE_MEDIA=skin/Confluence/media -PM3HD_MEDIA=skin/PM3.HD/media +CONFLUENCE_MEDIA=addons/org.xbmc.addons.confluence/media +PM3HD_MEDIA=addons/org.xbmc.addons.pm3-hd/media SKIN_DIRS=\ $(CONFLUENCE_MEDIA) \ |