summaryrefslogtreecommitdiffstats
path: root/kaffeine
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-18 19:15:24 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-18 19:15:24 -0500
commitac983adf4c08f9e740859e7455fe890da4eb546b (patch)
tree48b246ac6fc001ff553768c547b754ebe5f633c3 /kaffeine
parent210473106f70c5df744768803e9861dbe90ddc6d (diff)
downloadkaffeine-ac983adf4c08f9e740859e7455fe890da4eb546b.tar.gz
kaffeine-ac983adf4c08f9e740859e7455fe890da4eb546b.zip
Fix hard-coded references.
Diffstat (limited to 'kaffeine')
-rw-r--r--kaffeine/src/player-parts/dummy-part/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/kaffeine/src/player-parts/dummy-part/Makefile b/kaffeine/src/player-parts/dummy-part/Makefile
index 6497d29..e7e68d2 100644
--- a/kaffeine/src/player-parts/dummy-part/Makefile
+++ b/kaffeine/src/player-parts/dummy-part/Makefile
@@ -68,9 +68,9 @@ CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -Wno-long-long -Wundef -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION
CYGPATH_W = echo
-DCOPIDL = /usr/bin/dcopidl
-DCOPIDL2CPP = /usr/bin/dcopidl2cpp
-DCOPIDLNG = /usr/bin/dcopidlng
+DCOPIDL = ${prefix}/bin/dcopidl
+DCOPIDL2CPP = ${prefix}/bin/dcopidl2cpp
+DCOPIDLNG = ${prefix}/bin/dcopidlng
DCOP_DEPENDENCIES = $(DCOPIDL) $(DCOPIDLNG)
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
@@ -95,8 +95,8 @@ INSTALL_PROGRAM = ${INSTALL} $(INSTALL_STRIP_FLAG)
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
KCFG_DEPENDENCIES = $(KCONFIG_COMPILER)
-KCONFIG_COMPILER = /usr/bin/tdeconfig_compiler
-KDECONFIG = /usr/bin/tde-config
+KCONFIG_COMPILER = ${prefix}/bin/tdeconfig_compiler
+KDECONFIG = ${prefix}/bin/tde-config
KDE_CHECK_PLUGIN = $(KDE_PLUGIN) -rpath $(libdir)
KDE_EXTRA_RPATH =
KDE_HAS_DOXYGEN = no
@@ -176,7 +176,7 @@ LTLIBOBJS =
MAKEINFO = ${SHELL} /partage/Linux/site/tmp/kaffeine-0.8.8/admin/missing --run makeinfo
MAKEKDEWIDGETS = /usr/bin/maketdewidgets
MCOPIDL =
-MEINPROC = /usr/bin/meinproc
+MEINPROC = ${prefix}/bin/meinproc
MOC = /usr/share/qt3/bin/moc
MSGFMT = /usr/bin/msgfmt
NOOPT_CFLAGS = -O0