]> git.sesse.net Git - mlt/blobdiff - src/miracle/Makefile
Apply cosmetic cleanup part of ldflags_order patch from Alberto Villa.
[mlt] / src / miracle / Makefile
index 742ec91dd0b9408f8768369df634b305d3113233..2d92bfb9348ae2cb74116a6c48ecb6d0b086bcc3 100644 (file)
@@ -32,7 +32,8 @@ OBJS = $(APP_OBJS) $(LIB_OBJS)
 
 CFLAGS += -I.. $(RDYNAMIC)
 
-LDFLAGS += -L../valerie -lvalerie -L../framework -lmlt -lpthread
+LDFLAGS += -L../valerie -lvalerie
+LDFLAGS += -L../framework -lmlt -lpthread
 
 SRCS := $(OBJS:.o=.c)