X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Favformat%2FMakefile;h=66e57f83839bd343bd6a7bddca5ea1888523af13;hb=8312a94c9a728e98e59ab12da1adbfe79d85ac7e;hp=e702047c016d3fd20c9efac8bc2fc0dc98f7e4d4;hpb=8a3795b090723264c973d274eedc28da480e76fd;p=melted diff --git a/src/modules/avformat/Makefile b/src/modules/avformat/Makefile index e702047..66e57f8 100644 --- a/src/modules/avformat/Makefile +++ b/src/modules/avformat/Makefile @@ -1,3 +1,4 @@ +include ../../../config.mak TARGET = ../libmltavformat.so @@ -24,6 +25,9 @@ dist-clean: clean clean: rm -f $(OBJS) $(TARGET) +install: all + install -m 755 $(TARGET) "$(prefix)/share/mlt/modules" + ifneq ($(wildcard .depend),) include .depend endif