diff options
author | Lars Heer <l.heer@gmx.de> | 2014-07-30 11:10:36 +0200 |
---|---|---|
committer | Lars Heer <l.heer@gmx.de> | 2014-07-30 11:10:36 +0200 |
commit | ea78e184e536c97677fe026c8088127d1b43e5bd (patch) | |
tree | 1301b0cb39547190d861b0305f18d324c48b0215 /Makefile | |
parent | f34679e27acdd4fcd4441895db65b86ea42365db (diff) | |
download | vdr-plugin-mcli-ea78e184e536c97677fe026c8088127d1b43e5bd.tar.gz vdr-plugin-mcli-ea78e184e536c97677fe026c8088127d1b43e5bd.tar.bz2 |
mhorwath debug 2.1.x issue http://projects.vdr-developer.org/issues/1709
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ APIVERSION = $(call PKGCFG,apiversion) ARCHIVE = $(PLUGIN)-$(VERSION) PACKAGE = vdr-$(ARCHIVE) +### The name of the shared object file: + +SOFILE = libvdr-$(PLUGIN).so ### Includes and Defines (add further entries here): |