From 8e5c757017f4ead1aba1985ba2f3c17900f877f6 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 5 Jan 2007 21:20:27 +0000 Subject: - removed creation of libvdr-*.la --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47b8acb..25d4a86 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.23 2007/01/05 19:39:12 lordjaxom Exp $ +# $Id: Makefile,v 1.24 2007/01/05 21:20:27 lordjaxom Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -93,7 +93,6 @@ SUBDIRS: libvdr-$(PLUGIN).so: $(PLUGINOBJS) $(LIBS) $(WEBLIBS) $(CXX) $(LDFLAGS) -Wl,--whole-archive -shared -o $@ $^ @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) - @echo "dlname=\"$@.$(APIVERSION)\"" > $(LIBDIR)/$(shell basename $@ .so).la dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) -- cgit v1.2.3