From 1ac22891271d19df018f7a10beebc2de9099d872 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Thu, 15 Dec 2011 18:47:50 +0100 Subject: correct define for new virtual functions added by yaVDR-patches --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f74a3c..04f09e1 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ INCLUDES += -I$(VDRDIR)/include DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ifdef YAVDR_PATCHES -DEFINE += -DYAVDRPATCHES +DEFINES += -DYAVDR_PATCHES endif ### The object files (add further files here): -- cgit v1.2.3