X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fdv%2FMakefile;h=7d2868d8d531c1a4c23e4a07497a5de7f6601a79;hb=4112170ce8053261b9c67f58df87c2a3573b6602;hp=4ec79aeb010bdbac2a87717fcd8dffe08fcd5f08;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/modules/dv/Makefile b/src/modules/dv/Makefile index 4ec79ae..7d2868d 100644 --- a/src/modules/dv/Makefile +++ b/src/modules/dv/Makefile @@ -29,7 +29,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