From c7e8b280b8ced7b3e5f5a3f2980105913b5f95c6 Mon Sep 17 00:00:00 2001 From: iovar Date: Fri, 27 Apr 2007 03:53:18 +0000 Subject: added tray icon files and their svg's in Makefile.am, added pixmapdir in rmdConfig.py.in git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@318 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- qt-recordmydesktop/src/rmdConfig.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-recordmydesktop/src/rmdConfig.py.in') diff --git a/qt-recordmydesktop/src/rmdConfig.py.in b/qt-recordmydesktop/src/rmdConfig.py.in index f3194c5..cbd691a 100644 --- a/qt-recordmydesktop/src/rmdConfig.py.in +++ b/qt-recordmydesktop/src/rmdConfig.py.in @@ -1,6 +1,7 @@ import os VERSION='@VERSION@' PREFIX='@PREFIX@' +pixmapdir=os.path.join('@DATADIR@'.replace("${prefix}",PREFIX), 'pixmaps') locale_install_dir=os.path.join('@DATADIR@'.replace("${prefix}",PREFIX), 'locale') #binary values expressed with 1 and zero instead of True and False -- cgit v1.2.3