Apply cosmetic cleanup part of ldflags_order patch from Alberto Villa.
[melted] / src / miracle / Makefile
index 742ec91..2d92bfb 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)