mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Added EDEMIMEDIR used by InstallEdeMimeFiles rule
This commit is contained in:
parent
216477c119
commit
fa5c615b51
4
Jamrules
4
Jamrules
@ -25,13 +25,15 @@ EDEBINDIR ?= "$(PREFIX)/bin" ;
|
||||
EDECONFIGDIR ?= "$(PREFIX)/data/config" ;
|
||||
EDEICONDIR ?= "$(PREFIX)/data/icons" ;
|
||||
EDEDESKTOPDIR ?= "$(PREFIX)/data/desktop" ;
|
||||
EDEMIMEDIR ?= "$(PREFIX)/share/mime" ;
|
||||
EDEDOCDIR ?= "$(PREFIX)/share/doc/ede-2.0.0" ;
|
||||
|
||||
# global flags used to be passed to every target
|
||||
GLOBALFLAGS ?= -Wall -pedantic -g3 -D_DEBUG -I$(TOP) ;
|
||||
STDLIB ?= -lstdc++ ;
|
||||
|
||||
# some options
|
||||
# Note that REMOVE_UNUSED_DEPENDENCIES_TRICK _does not_ works when
|
||||
# edelib is compiled as shared library
|
||||
REMOVE_UNUSED_DEPENDENCIES_TRICK = 1 ;
|
||||
|
||||
# edelib libraries path
|
||||
|
Loading…
Reference in New Issue
Block a user