X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fdv%2FMakefile;h=493d2ac4cb99148a5ccb89bf6e49508db149a6c4;hb=a0a988c50fce047427b445d5e21d7354862e8e23;hp=4c0150af1a72d11360913976641977b0371d61f9;hpb=2c0cf75e5da5906e48c5a6398bd48d04501283b9;p=melted diff --git a/src/modules/dv/Makefile b/src/modules/dv/Makefile index 4c0150a..493d2ac 100644 --- a/src/modules/dv/Makefile +++ b/src/modules/dv/Makefile @@ -1,3 +1,4 @@ +include ../../../config.mak TARGET = ../libmltdv.so @@ -25,6 +26,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