From: Gordon Hecker Date: Thu, 14 May 2009 10:13:22 +0000 (+0200) Subject: export SRC pointing to the e2factory source toplevel to extension makefiles X-Git-Tag: e2factory-2.3.1pre1~18 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=a9d5fd71450eb97f1608b0e916d90217d65ada15;p=e2factory.git export SRC pointing to the e2factory source toplevel to extension makefiles Signed-off-by: Gordon Hecker --- diff --git a/extensions/Makefile b/extensions/Makefile index ef5bf7a..abc2938 100644 --- a/extensions/Makefile +++ b/extensions/Makefile @@ -29,6 +29,7 @@ SUBDIRS = $(shell ls | grep -v Makefile) TOPLEVEL = .. include $(TOPLEVEL)/make.vars +export SRC = $(shell pwd)/$(TOPLEVEL) CLEAN_FILES = *~