X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fplus%2FMakefile;h=29eac4d037453542924698831281a09d8c0ebefc;hb=f4bdbe56053cc8debfdb74583977d74323a8ad0d;hp=b2bc473f1e444061c01e8991109b867da0bc7951;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/modules/plus/Makefile b/src/modules/plus/Makefile index b2bc473..29eac4d 100644 --- a/src/modules/plus/Makefile +++ b/src/modules/plus/Makefile @@ -30,7 +30,7 @@ clean: rm -f $(OBJS) $(TARGET) install: all - install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules" + install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt" ifneq ($(wildcard .depend),) include .depend