summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6bb1b96..8baad7d 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,9 @@ ifeq ($(AUTOCONFIG),1)
ifeq (exists, $(shell test -e ../graphtft && echo exists))
USE_GRAPHTFT = 1
endif
+ ifeq (exists, $(shell test -e ../graphtftng && echo exists))
+ USE_GRAPHTFT = 1
+ endif
endif
### The version number of VDR's plugin API: