Localised data storage and utf-8 properties
[melted] / src / modules / fezzik / Makefile
index 1cb292e..5576085 100644 (file)
@@ -6,7 +6,9 @@ OBJS = factory.o \
           producer_fezzik.o \
           producer_hold.o 
 
-CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS += -I../..
+
+LDFLAGS+=-L../../framework -lmlt
 
 SRCS := $(OBJS:.o=.c)
 
@@ -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