From fa5c615b514b7d8aaa5b4daceab3ec5170b9c58c Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Mon, 25 Aug 2008 13:28:47 +0000 Subject: [PATCH] Added EDEMIMEDIR used by InstallEdeMimeFiles rule --- Jamrules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index d0b65c8..16d2acc 100644 --- a/Jamrules +++ b/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