diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -34,8 +34,10 @@ APIVERSION = $(call PKGCFG,apiversion) ### Allow user defined options to overwrite defaults: -ifeq ($(PLGCFG),) +ifeq ($(VDRDIR),) VDRDIR ?= ../../.. +endif +ifeq ($(PLGCFG),) PLGCFG = $(VDRDIR)/Make.config endif -include $(PLGCFG) |