X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Finigo%2FMakefile;h=57e750e359cca0e3645f6664c59f260c2bf1e522;hb=c974f8e87e0bd3de851fb638660f502092b1425e;hp=296de35a459b0a652f33c61a5e80c3a4938c4f42;hpb=f5a438b319b560eccf511ebf3eed5db9edbac1de;p=melted diff --git a/src/inigo/Makefile b/src/inigo/Makefile index 296de35..57e750e 100644 --- a/src/inigo/Makefile +++ b/src/inigo/Makefile @@ -5,9 +5,9 @@ TARGET = inigo OBJS = inigo.o \ io.o -CFLAGS += -I.. -rdynamic +CFLAGS += -I.. $(RDYNAMIC) -LDFLAGS += -L ../framework -lmlt +LDFLAGS += -L../framework -lmlt SRCS := $(OBJS:.o=.c)