make install part 1
[melted] / src / modules / fezzik / Makefile
index b0e98f7..2fe5375 100644 (file)
@@ -1,3 +1,4 @@
+include ../../../config.mak
 
 TARGET = ../libmltfezzik.so
 
@@ -23,6 +24,9 @@ dist-clean:   clean
 clean: 
                rm -f $(OBJS) $(TARGET) 
 
+install: all
+       install -m 644 ../fezzik.dict "$(prefix)/share/mlt/modules"
+
 ifneq ($(wildcard .depend),)
 include .depend
 endif