Splits, joins and repeats
[melted] / src / modules / core / Makefile
index 841d4e8..4f68828 100644 (file)
@@ -20,12 +20,15 @@ OBJS = factory.o \
           transition_composite.o \
           transition_luma.o \
           transition_mix.o \
-          transition_region.o 
+          transition_region.o \
+          consumer_null.o
 
 ASM_OBJS = composite_line_yuv_mmx.o
 
 CFLAGS += -I../..
 
+LDFLAGS+=-L../../framework -lmlt
+
 SRCS := $(OBJS:.o=.c)
 
 all:   $(TARGET)