X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fgtk2%2FMakefile;h=77c47658f93af26c106a33b0dbb0e94b386d2570;hb=34caefec7aa0334f38a649838cf3ab9db7388b27;hp=3e8cd62af872f256d065f086be715b7f876b84e7;hpb=c56ed08b4a9f46677880cd7f550450eb41871565;p=melted diff --git a/src/modules/gtk2/Makefile b/src/modules/gtk2/Makefile index 3e8cd62..77c4765 100644 --- a/src/modules/gtk2/Makefile +++ b/src/modules/gtk2/Makefile @@ -1,3 +1,4 @@ +include ../../../config.mak TARGET = ../libmltgtk2.so @@ -36,6 +37,9 @@ dist-clean: clean clean: rm -f $(OBJS) $(ASM_OBJS) $(TARGET) +install: all + install -m 755 $(TARGET) "$(prefix)/share/mlt/modules" + ifneq ($(wildcard .depend),) include .depend endif