Fixing paths

This commit is contained in:
Sanel Zukan 2009-07-03 14:27:19 +00:00
parent 66e586f37f
commit cccaf1b72f
4 changed files with 18 additions and 4 deletions

View File

@ -17,9 +17,9 @@ Clean distclean : $(JCACHEFILE) $(HCACHEFILE) ;
# SubInclude goes after local rules
SubInclude TOP ede-about ;
SubInclude TOP ede-bell-conf ;
SubInclude TOP ede-bug-tools ;
SubInclude TOP ede-calc ;
SubInclude TOP ede-conf ;
SubInclude TOP ede-crasher ;
SubInclude TOP ede-desktop ;
SubInclude TOP ede-desktop-conf ;
SubInclude TOP ede-screensaver-conf ;

14
ede-bug-tools/Jamfile Normal file
View File

@ -0,0 +1,14 @@
#
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2009 EDE Authors.
#
# This program is licensed under terms of the
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-bug-tools ;
SubInclude TOP ede-bug-tools ede-bug-report ;
SubInclude TOP ede-bug-tools ede-crasher ;

View File

@ -8,10 +8,10 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-bug-report ;
SubDir TOP ede-bug-tools ede-bug-report ;
# needed paths
XMLRPC_C_SRC_PATH = [ FDirName $(TOP) ede-bug-report xmlrpc-c ] ;
XMLRPC_C_SRC_PATH = [ FDirName $(TOP) ede-bug-tools ede-bug-report xmlrpc-c ] ;
XMLRPC_C_TOP = $(XMLRPC_C_SRC_PATH) ;
XMLRPC_C_LIB_DIR = [ FDirName $(XMLRPC_C_SRC_PATH) lib ] ;

View File

@ -8,7 +8,7 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-crasher ;
SubDir TOP ede-bug-tools ede-crasher ;
SOURCE = ede-crasher.cpp CrashDialog.cpp ;