Apply cosmetic cleanup part of ldflags_order patch from Alberto Villa.
[melted] / src / modules / plus / Makefile
index 29eac4d..4003b42 100644 (file)
@@ -11,7 +11,7 @@ OBJS = factory.o \
 
 CFLAGS += -I../..
 
-LDFLAGS+=-L../../framework -lmlt
+LDFLAGS += -L../../framework -lmlt
 
 SRCS := $(OBJS:.o=.c)