make install part 1
[melted] / src / modules / fezzik / Makefile
index b2c9368..2fe5375 100644 (file)
@@ -1,8 +1,10 @@
+include ../../../config.mak
 
 TARGET = ../libmltfezzik.so
 
 OBJS = factory.o \
-          producer_fezzik.o 
+          producer_fezzik.o \
+          producer_hold.o 
 
 CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
@@ -22,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