diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 21:20:27 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 21:20:27 +0000 |
commit | 8e5c757017f4ead1aba1985ba2f3c17900f877f6 (patch) | |
tree | 39efa429e12453816602278910d87af1d624d4e4 /Makefile | |
parent | de9bf5d53f4fea4f8f8cb1bea685e49d8a90d49f (diff) | |
download | vdr-plugin-live-8e5c757017f4ead1aba1985ba2f3c17900f877f6.tar.gz vdr-plugin-live-8e5c757017f4ead1aba1985ba2f3c17900f877f6.tar.bz2 |
- removed creation of libvdr-*.la
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |