diff options
author | davilla <davilla@4pi.com> | 2011-09-10 00:44:32 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-09-10 00:44:32 -0400 |
commit | acfce9b040cd117fdcba6d7d7be9d5c1181b031a (patch) | |
tree | 083381b863068f5b4923f9524ffb5a7732e4c345 | |
parent | 5d6f5f800e3a9a2f3bfd796d5d3e8f4e2fb19be6 (diff) |
changed, remove backslashes games
-rw-r--r-- | xbmc/filesystem/Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xbmc/filesystem/Makefile.in b/xbmc/filesystem/Makefile.in index bf40301d1a..63e4cc3f52 100644 --- a/xbmc/filesystem/Makefile.in +++ b/xbmc/filesystem/Makefile.in @@ -88,19 +88,19 @@ SRCS=AddonsDirectory.cpp \ ZipManager.cpp ifeq (@HAVE_XBMC_NONFREE@,1) -SRCS+=FileRar.cpp \ - RarDirectory.cpp \ - RarManager.cpp +SRCS+=FileRar.cpp +SRCS+=RarDirectory.cpp +SRCS+=RarManager.cpp endif ifeq (@USE_LIBNFS@,1) -SRCS+=FileNFS.cpp \ - NFSDirectory.cpp +SRCS+=FileNFS.cpp +SRCS+=NFSDirectory.cpp endif ifeq (@USE_LIBAFPCLIENT@,1) -SRCS+=FileAFP.cpp \ - AFPDirectory.cpp +SRCS+=FileAFP.cpp +SRCS+=AFPDirectory.cpp endif INCLUDES+=-I@abs_top_srcdir@/lib/libUPnP/Platinum/Source/Core \ |