aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjezz_x <jezz_x@svn>2010-05-24 04:48:52 +0000
committerjezz_x <jezz_x@svn>2010-05-24 04:48:52 +0000
commit0e8a34604eb14aa782246a5d6e4714374ec413dc (patch)
tree36b7b751963ce311f51ff5a7bf6d5127da008aac /Makefile.in
parenta5affa22ad6e6bb13be051d45d49ed159c0116f8 (diff)
Removed : [PM3.HD] from SVN will now be hosted on https://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd (among other things) and available through the XBMC addon manager. PS: hope I fixed the build system right :)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30512 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 37c5ef0c91..bc587b92af 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -116,11 +116,9 @@ VIS_DIRS+=xbmc/visualizations/Goom
endif
CONFLUENCE_MEDIA=addons/skin.confluence/media
-PM3HD_MEDIA=addons/skin.pm3-hd/media
SKIN_DIRS=\
- $(CONFLUENCE_MEDIA) \
- $(PM3HD_MEDIA)
+ $(CONFLUENCE_MEDIA)
DIRS= $(BIN_DIRS) $(EC_DIRS) $(XBMCTEX_DIRS) $(DVDPCODECS_DIRS) $(PAPCODECS_DIRS) \
$(LIB_DIRS) $(SS_DIRS) $(VIS_DIRS) $(SKIN_DIRS)
@@ -165,7 +163,6 @@ skins: tools/TexturePacker/TexturePacker force
ifneq (arm, $(ARCH))
$(MAKE) -C $(CONFLUENCE_MEDIA)
endif
- $(MAKE) -C $(PM3HD_MEDIA)
guilib/guilib.a: force
$(MAKE) -C guilib