X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fresample%2FMakefile;h=b9d9fa551f5821b892b46a23a3b02346e7c53e97;hb=a91bf759a557ca90e7ab46bac0050cab98c96272;hp=c4cc9cb771b4d52bb2a3ad273236993f1d55bc83;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/modules/resample/Makefile b/src/modules/resample/Makefile index c4cc9cb..b9d9fa5 100644 --- a/src/modules/resample/Makefile +++ b/src/modules/resample/Makefile @@ -28,7 +28,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