diff options
| author | methodus <methodus@web.de> | 2012-09-30 15:52:54 +0200 |
|---|---|---|
| committer | methodus <methodus@web.de> | 2012-09-30 15:52:54 +0200 |
| commit | c8e697daf68f1c545ee3962d2f2e9b411c56b4f2 (patch) | |
| tree | 48bc206a65ad956ab4284113c33d4b1d50398495 /Makefile | |
| parent | dd3e8652f530c35febcc3f595e38443395f79198 (diff) | |
| download | vdr-plugin-upnp-c8e697daf68f1c545ee3962d2f2e9b411c56b4f2.tar.gz vdr-plugin-upnp-c8e697daf68f1c545ee3962d2f2e9b411c56b4f2.tar.bz2 | |
Working on plugin interface. PluginManager almost done.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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): |
