X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2FMakefile;h=f5df34ca29a106836ccb280db44c1dd5a20f8227;hb=9eb9a8df9b30d23c517eb7e5e999a2d34dd71c21;hp=0ce24391adfa5fc08bb06c7921d586196aeec99a;hpb=2bd3c395eac9fb8b02f6b39786659c7d1481872d;p=melted diff --git a/src/framework/Makefile b/src/framework/Makefile index 0ce2439..f5df34c 100644 --- a/src/framework/Makefile +++ b/src/framework/Makefile @@ -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)