X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fgtk2%2FMakefile;h=7990bc9201ad11ce7451269a5827466ce779087e;hb=cc529cc40228368ad022902a9c8b550e425a6150;hp=d2011ac0caa8aa43e7c7ea991b7344e45b73013b;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/modules/gtk2/Makefile b/src/modules/gtk2/Makefile index d2011ac..7990bc9 100644 --- a/src/modules/gtk2/Makefile +++ b/src/modules/gtk2/Makefile @@ -53,7 +53,7 @@ clean: rm -f $(OBJS) $(ASM_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