Filter cleanup and fixes
[melted] / src / modules / fezzik / Makefile
index 2b02e58..5576085 100644 (file)
@@ -8,6 +8,8 @@ OBJS = factory.o \
 
 CFLAGS += -I../..
 
+LDFLAGS+=-L../../framework -lmlt
+
 SRCS := $(OBJS:.o=.c)
 
 all:   $(TARGET)
@@ -27,6 +29,7 @@ clean:
 install: all
        install -m 755 $(TARGET) "$(prefix)/share/mlt/modules"
        install -m 644 ../fezzik.dict "$(prefix)/share/mlt/modules"
+       install -m 644 ../fezzik.ini "$(prefix)/share/mlt/modules"
 
 ifneq ($(wildcard .depend),)
 include .depend