]> git.sesse.net Git - mlt/blobdiff - src/modules/dgraft/Makefile
Change expression half-comma to semicolon and fix typos
[mlt] / src / modules / dgraft / Makefile
index 7e17749ac7185375023731315aab8a2c0b8976d4..f1dfbfef425e2fc83009981be7fe2b470b82ff13 100644 (file)
@@ -1,3 +1,7 @@
+CFLAGS += -I../..
+
+LDFLAGS += -L../../framework -lmlt
+
 include ../../../config.mak
 
 TARGET = ../libmltdgraft$(LIBSUF)
@@ -5,10 +9,6 @@ TARGET = ../libmltdgraft$(LIBSUF)
 OBJS = factory.o \
           filter_telecide.o
 
-CFLAGS += -I../..
-
-LDFLAGS += -L../../framework -lmlt
-
 SRCS := $(OBJS:.o=.c)
 
 all:   $(TARGET)
@@ -26,7 +26,7 @@ clean:
                rm -f $(OBJS) $(TARGET)
 
 install: all
-       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
+       install -m 755 $(TARGET) "$(DESTDIR)$(moduledir)"
 
 ifneq ($(wildcard .depend),)
 include .depend