Big modification - switch to macros for parent class access
[melted] / src / modules / resample / Makefile
index 7811050..0f036fa 100644 (file)
@@ -5,9 +5,11 @@ TARGET = ../libmltresample.so
 OBJS = factory.o \
           filter_resample.o 
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g
+CFLAGS += -I../..
 
-LDFLAGS= -lsamplerate
+LDFLAGS += -lsamplerate
+
+LDFLAGS+=-L../../framework -lmlt
 
 SRCS := $(OBJS:.o=.c)