diff options
| author | Frank Schmirler <vdr@schmirler.de> | 2010-12-02 09:49:09 +0100 |
|---|---|---|
| committer | Frank Schmirler <vdr@schmirler.de> | 2010-12-02 09:49:09 +0100 |
| commit | 91c5199ac3d83673338bdb9a75da6e69d2f5958e (patch) | |
| tree | 7d3816e9a11bebf49cd25b68cb56000455a71141 /server/Makefile | |
| parent | 11b22d9f33d50f20cba1eaee2aadb55d3580d879 (diff) | |
| download | vdr-plugin-streamdev-91c5199ac3d83673338bdb9a75da6e69d2f5958e.tar.gz vdr-plugin-streamdev-91c5199ac3d83673338bdb9a75da6e69d2f5958e.tar.bz2 | |
Streamdev 0.5.0-rc2
Diffstat (limited to 'server/Makefile')
| -rw-r--r-- | server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/Makefile b/server/Makefile index 91c2a93..7d46645 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.1 2010/06/14 10:40:20 schmirl Exp $ +# $Id: Makefile,v 1.1.2.2 2010/06/20 19:12:56 schmirl Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -76,7 +76,7 @@ libvdr-$(PLUGIN).so: $(SERVEROBJS) $(COMMONOBJS) \ %.so: $(CXX) $(CXXFLAGS) -shared $^ -o $@ - @cp $@ $(LIBDIR)/$@.$(APIVERSION) + @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) clean: @-rm -f $(COMMONOBJS) $(SERVEROBJS) $(DEPFILE) $(PODIR)/*.mo $(PODIR)/*.pot *.so *.tgz core* *~ |
