summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-09-20 15:53:24 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-09-20 15:53:24 +0000
commit01da3a5ebee728b46f5df88add8d98b51d4c358d (patch)
treef0f3f000cb5a57b5ac38802d120ee23770040583 /src
parent153b641aba6fcc96aa80e86c7b7ac04233b03506 (diff)
downloadxine-lib-01da3a5ebee728b46f5df88add8d98b51d4c358d.tar.gz
xine-lib-01da3a5ebee728b46f5df88add8d98b51d4c358d.tar.bz2
first attempt to solve skin problem
CVS patchset: 2723 CVS date: 2002/09/20 15:53:24
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am
index be75dd05e..77b131abf 100644
--- a/src/xine-engine/Makefile.am
+++ b/src/xine-engine/Makefile.am
@@ -2,7 +2,7 @@
## Process this file with automake to produce Makefile.in
##
-CFLAGS = @CFLAGS@ $(THREAD_CFLAGS) $(X_CFLAGS) -DXINE_LOGO_FILE=\"file://@XINE_SKINPATH@/xine_logo.mpv\"
+CFLAGS = @CFLAGS@ $(THREAD_CFLAGS) $(X_CFLAGS) -DXINE_LOGO_FILE=\"file://@XINE_DATADIR@/xine_logo.mpv\"
lib_LTLIBRARIES = libxine.la
@@ -33,7 +33,7 @@ noinst_HEADERS = bswap.h nvtvd.h
@INCLUDED_INTL_TRUE@ @cd $(top_builddir)/intl && $(MAKE) libintl.la
debug:
- @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(THREAD_CFLAGS) $(X_CFLAGS) -DXINE_LOGO_FILE=\\\"file://@XINE_SKINPATH@/xine_logo.mpv\\\""
+ @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(THREAD_CFLAGS) $(X_CFLAGS) -DXINE_LOGO_FILE=\\\"file://@XINE_DATADIR@/xine_logo.mpv\\\""
install-debug: debug
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am