diff options
author | Fneufneu <fneufneu@xbmc.org> | 2014-10-10 16:02:41 +0200 |
---|---|---|
committer | Fneufneu <fneufneu@xbmc.org> | 2014-12-15 21:38:21 +0100 |
commit | 4949be256667f3e500e52b7084476ae1f2b00d92 (patch) | |
tree | c7364d945b47e9d9e971c288652e77a8d7bd2eee /bootstrap.mk | |
parent | 135fe8734924f79cedace50986a0fa4f12d76647 (diff) |
change xbmc/ path to src/ in all files
Diffstat (limited to 'bootstrap.mk')
-rw-r--r-- | bootstrap.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.mk b/bootstrap.mk index 8bc4795b92..0a30fee331 100644 --- a/bootstrap.mk +++ b/bootstrap.mk @@ -1,6 +1,6 @@ BOOTSTRAP_SUBDIRS += configure.in -BOOTSTRAP_SUBDIRS += xbmc/screensavers/rsxs-0.9/configure.ac -BOOTSTRAP_SUBDIRS += xbmc/visualizations/Goom/goom2k4-0/configure.in +BOOTSTRAP_SUBDIRS += src/screensavers/rsxs-0.9/configure.ac +BOOTSTRAP_SUBDIRS += src/visualizations/Goom/goom2k4-0/configure.in BOOTSTRAP_SUBDIRS += lib/cpluff/configure.ac BOOTSTRAP_SUBDIRS += lib/gtest/configure.ac |