From patchwork Mon May 29 20:19:34 2006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "C.Y.M" X-Patchwork-Id: 12325 Received: from ug-out-1314.google.com ([66.249.92.168]) by www.linuxtv.org with esmtp (Exim 4.50) id 1FkoDC-0005SO-HP for vdr@linuxtv.org; Mon, 29 May 2006 22:19:38 +0200 Received: by ug-out-1314.google.com with SMTP id u2so816668uge for ; Mon, 29 May 2006 13:19:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XXBwQ8UAdFLddqWWGvTzR62+6WqsbBMYREkpTtfelvDNL2cI0jSjnixvTJyLYobBTpqNdABMH0qbRzswCzjOhR8F0utU6lYSQkDkIv+M5OCszo5JAXFTh6bJQZD1DPdSicNS5czIQXtnpOaKijJAG35x7PI/YJz1KPGIeSMRW0o= Received: by 10.67.15.3 with SMTP id s3mr2168601ugi; Mon, 29 May 2006 13:19:34 -0700 (PDT) Received: by 10.66.244.10 with HTTP; Mon, 29 May 2006 13:19:34 -0700 (PDT) Message-ID: <2d842fa80605291319q3d5cce73s236982c026e44ec6@mail.gmail.com> Date: Mon, 29 May 2006 22:19:34 +0200 From: Stone To: "VDR Mailing List" In-Reply-To: <447988BB.2000707@cadsoft.de> MIME-Version: 1.0 Content-Disposition: inline References: <447988BB.2000707@cadsoft.de> Subject: [vdr] Re: VDR maintenance patch 1.4.0-2 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 20:19:38 -0000 Status: O X-Status: X-Keywords: X-UID: 9646 > - Modified the Makefile to copy additional libraries a plugin might provide The change above fixes installation of the libraries, but I think some cleanup still needs to be added to the Makefile. --snip-- --snip-- Best Regards. --- vdr-1.4.0/Makefile.orig 2006-05-14 08:29:39.000000000 -0700 +++ vdr-1.4.0/Makefile 2006-05-14 08:30:36.000000000 -0700 @@ -191,7 +191,7 @@ clean-plugins: @for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do $(MAKE) -C "$(PLUGINDIR)/src/$$i" clean; done - @-rm -f $(PLUGINDIR)/lib/libvdr-*.so.$(APIVERSION) + @-rm -f $(PLUGINDIR)/lib/*.so.$(APIVERSION) # Install the files: