X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fresample%2FMakefile;h=7250641b794f1f1579d6cd697d6817af40648617;hb=4bab66b2e702520181e5019632a921615557bf18;hp=0f036fa0e0cf1d2a8f6272d84b2b89091961a109;hpb=de09bd0b00071c23666dc21bb15c619c0c9095d6;p=melted diff --git a/src/modules/resample/Makefile b/src/modules/resample/Makefile index 0f036fa..7250641 100644 --- a/src/modules/resample/Makefile +++ b/src/modules/resample/Makefile @@ -1,6 +1,6 @@ include ../../../config.mak -TARGET = ../libmltresample.so +TARGET = ../libmltresample$(LIBSUF) OBJS = factory.o \ filter_resample.o @@ -16,7 +16,7 @@ SRCS := $(OBJS:.o=.c) all: $(TARGET) $(TARGET): $(OBJS) - $(CC) -shared -o $@ $(OBJS) $(LDFLAGS) + $(CC) $(SHFLAGS) -o $@ $(OBJS) $(LDFLAGS) depend: $(SRCS) $(CC) -MM $(CFLAGS) $^ 1>.depend