diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-05-03 08:08:30 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-05-03 08:08:30 +0000 |
commit | cde0471e67fcd5f2006b5313f4ecca1aebf9a478 (patch) | |
tree | 6fdcadfcaf6e1f254f9faa072b54532afbe35f65 | |
parent | 4d894abdbea50562cef4281faf665a28a6299a30 (diff) | |
download | xine-lib-cde0471e67fcd5f2006b5313f4ecca1aebf9a478.tar.gz xine-lib-cde0471e67fcd5f2006b5313f4ecca1aebf9a478.tar.bz2 |
Fix 'make debug' stage (slap on my face).
CVS patchset: 1844
CVS date: 2002/05/03 08:08:30
-rw-r--r-- | src/xine-engine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 89691ec7a..c263140b9 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -28,7 +28,7 @@ noinst_HEADERS = bswap.h @INCLUDED_INTL_TRUE@ @cd $(top_builddir)/intl && $(MAKE) libintl.la debug: - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) -DXINE_LOGO_FILE=\"file://@XINE_SKINPATH@/xine_logo.mpg\"" + @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) -DXINE_LOGO_FILE=\\\"file://@XINE_SKINPATH@/xine_logo.mpg\\\"" install-debug: debug @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |