]> git.sesse.net Git - mlt/blobdiff - src/humperdink/Makefile
Apply cosmetic cleanup part of ldflags_order patch from Alberto Villa.
[mlt] / src / humperdink / Makefile
index f3cd756b8de2b05f4886a89acc612d271f724837..dd03dc9a24f14ff270d038f25eac0b799da65cde 100644 (file)
@@ -3,12 +3,13 @@ include ../../config.mak
 TARGET = humperdink
 
 OBJS = client.o \
-       io.o \
+          io.o \
           remote.o
 
 CFLAGS += -I.. $(RDYNAMIC)
 
-LDFLAGS += -L../valerie -L../framework -lvalerie -lmlt -lpthread
+LDFLAGS += -L../valerie -lvalerie
+LDFLAGS += -L../framework -lmlt -lpthread
 
 SRCS := $(OBJS:.o=.c)