jik jikman wrote: > Hi, > > I did that but no help, I even copied line APIVERSION from hello plugin > and > pasted it to control plugin Makefile, but it not works. That is not enough, somewhere further in the Makefile, you also need to change... --- libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ @cp $@ $(LIBDIR)/$@.$(APIVERSION) ---