From c8e697daf68f1c545ee3962d2f2e9b411c56b4f2 Mon Sep 17 00:00:00 2001 From: methodus Date: Sun, 30 Sep 2012 15:52:54 +0200 Subject: Working on plugin interface. PluginManager almost done. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b14a5b..aff0a2f 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,9 @@ VDRDIR ?= ../../.. LIBDIR ?= ../../lib TMPDIR ?= /tmp +PLUGINDIR= ./PLUGINS +PLUGINLIBDIR= $(PLUGINDIR)/lib/upnp + ### Make sure that necessary options are included: include $(VDRDIR)/Make.global @@ -49,6 +52,7 @@ PACKAGE = vdr-$(ARCHIVE) INCLUDES += -I$(VDRDIR)/include DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' +DEFINES += -DPLUGINDIR=\"$(PLUGINLIBDIR)\" ### The object files (add further files here): -- cgit v1.2.3