diff options
author | Lars Heer <l.heer@gmx.de> | 2014-07-30 11:12:10 +0200 |
---|---|---|
committer | Lars Heer <l.heer@gmx.de> | 2014-07-30 11:12:10 +0200 |
commit | 907338bb5d562a455d9e8cfa375c576bd24450f1 (patch) | |
tree | aa37a85c7923de6302ea9a38072a076b68467972 /Makefile | |
parent | ea78e184e536c97677fe026c8088127d1b43e5bd (diff) | |
download | vdr-plugin-mcli-907338bb5d562a455d9e8cfa375c576bd24450f1.tar.gz vdr-plugin-mcli-907338bb5d562a455d9e8cfa375c576bd24450f1.tar.bz2 |
fix g++: error: mcast/client/libmcli.a: No such file or directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ plug: libmcli.so libvdr-$(PLUGIN).so all: libmcli.so libvdr-$(PLUGIN).so i18n -libmcli.so: +libmcli.a libmcli.so: $(MAKE) -C mcast/client/ |