]> git.sesse.net Git - mlt/blobdiff - src/framework/Makefile
Added new profiles system: mlt_profile, MLT_PROFILE, and profiles documents.
[mlt] / src / framework / Makefile
index 0ce24391adfa5fc08bb06c7921d586196aeec99a..f5df34ca29a106836ccb280db44c1dd5a20f8227 100644 (file)
@@ -32,7 +32,8 @@ OBJS = mlt_frame.o \
           mlt_factory.o \
           mlt_repository.o \
           mlt_pool.o \
-          mlt_tokeniser.o
+          mlt_tokeniser.o \
+          mlt_profile.o
 
 INCS = mlt_consumer.h \
           mlt_factory.h \
@@ -55,7 +56,8 @@ INCS = mlt_consumer.h \
           mlt_property.h \
           mlt_service.h  \
           mlt_transition.h \
-          mlt_tokeniser.h
+          mlt_tokeniser.h \
+          mlt_profile.h
 
 SRCS := $(OBJS:.o=.c)