Gamma filter
[melted] / src / modules / core / Makefile
index 5b8ac04..8c505ee 100644 (file)
@@ -1,13 +1,15 @@
 
-TARGET=libmltcore.so
+TARGET = ../libmltcore.so
 
 OBJS = factory.o \
           producer_ppm.o \
           filter_deinterlace.o \
           filter_greyscale.o \
+          filter_gamma.o \
+          filter_resize.o \
           transition_composite.o
 
-CFLAGS=-I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 SRCS := $(OBJS:.o=.c)