mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fixing paths
This commit is contained in:
parent
66e586f37f
commit
cccaf1b72f
2
Jamfile
2
Jamfile
@ -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
14
ede-bug-tools/Jamfile
Normal 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 ;
|
@ -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 ] ;
|
||||
|
||||
|
@ -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 ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user