X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2FMakefile;h=58b3899c0e792777574315f829cf87442d86403f;hb=e89b21b07607ae485f56b32f3e67f83f528f2ae6;hp=e42331996a5e8204d3f21a88e2ec5747df0677c9;hpb=7234b0f5d3e765ab4f6385036a218cc410284d68;p=melted diff --git a/src/framework/Makefile b/src/framework/Makefile index e423319..58b3899 100644 --- a/src/framework/Makefile +++ b/src/framework/Makefile @@ -35,7 +35,9 @@ OBJS = mlt_frame.o \ mlt_repository.o \ mlt_pool.o \ mlt_tokeniser.o \ - mlt_profile.o + mlt_profile.o \ + mlt_log.o \ + mlt_cache.o INCS = mlt_consumer.h \ mlt_factory.h \ @@ -59,7 +61,9 @@ INCS = mlt_consumer.h \ mlt_service.h \ mlt_transition.h \ mlt_tokeniser.h \ - mlt_profile.h + mlt_profile.h \ + mlt_log.h \ + mlt_cache.h SRCS := $(OBJS:.o=.c)