Splits, joins and repeats
[melted] / src / modules / normalize / Makefile
index 9b00796..cfec826 100644 (file)
@@ -5,7 +5,9 @@ TARGET = ../libmltnormalize.so
 OBJS = factory.o \
           filter_volume.o 
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g
+CFLAGS += -I../..
+
+LDFLAGS+=-L../../framework -lmlt
 
 SRCS := $(OBJS:.o=.c)