diff --git a/Makefile b/Makefile index 55e6da8..5ed62d7 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,8 @@ OBJS = $(PLUGIN).o dxr3multichannelaudio.o dxr3sysclock.o dxr3colormanager.o \ ### Default target: all: libvdr-$(PLUGIN).so i18n + @cp --remove-destination libvdr-$(PLUGIN).so \ + $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) ### Implicit rules: @@ -124,7 +126,6 @@ i18n: $(I18Nmsgs) libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@ - @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE)