X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsdl%2FMakefile;h=a18191e83d2fe801a2a2815aa5ebdb9fcd862b56;hb=15a4706bcec58e5465f546ff92148254d18b6a04;hp=ccc94126907e7eac90a6ed0cd55dc95c3942ec90;hpb=c0f5f3212f120b6969bfe699a7632b6dafba788b;p=melted diff --git a/src/modules/sdl/Makefile b/src/modules/sdl/Makefile index ccc9412..a18191e 100644 --- a/src/modules/sdl/Makefile +++ b/src/modules/sdl/Makefile @@ -45,7 +45,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