mlt_log.[hc], mlt_transition.c, mlt_tractor.c, mlt_repository.c, mlt_properties.c,
[melted] / src / framework / Makefile
index 8dcf6b4..9112ff1 100644 (file)
@@ -35,7 +35,8 @@ OBJS = mlt_frame.o \
           mlt_repository.o \
           mlt_pool.o \
           mlt_tokeniser.o \
-          mlt_profile.o
+          mlt_profile.o \
+          mlt_log.o
 
 INCS = mlt_consumer.h \
           mlt_factory.h \
@@ -59,7 +60,8 @@ INCS = mlt_consumer.h \
           mlt_service.h  \
           mlt_transition.h \
           mlt_tokeniser.h \
-          mlt_profile.h
+          mlt_profile.h \
+          mlt_log.h
 
 SRCS := $(OBJS:.o=.c)
 
@@ -90,12 +92,15 @@ install:
        ln -sf $(TARGET) $(DESTDIR)$(libdir)/$(NAME)
        install -d "$(DESTDIR)$(prefix)/include/mlt/framework"
        install -m 644 $(INCS) "$(DESTDIR)$(prefix)/include/mlt/framework"
+       install -d "$(DESTDIR)$(prefix)/share/mlt"
+       install -m 644 metaschema.yaml "$(DESTDIR)$(prefix)/share/mlt/"
 
 uninstall:
        rm -f "$(DESTDIR)$(libdir)/$(TARGET)"
        rm -f "$(DESTDIR)$(libdir)/$(SONAME)"
        rm -f "$(DESTDIR)$(libdir)/$(NAME)"
        rm -rf "$(DESTDIR)$(prefix)/include/mlt/framework"
+       rm "$(DESTDIR)$(prefix)/share/mlt/metaschema.yaml"
 
 ifneq ($(wildcard .depend),)
 include .depend