X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2FMakefile;h=d16c7e8d0e8d6cc9ed85784bb83d36f482549e77;hb=ebcbb3571620a43fe24b3f8fa0161096ef628dbe;hp=047e4e8ccd57b0196f95e3d87a040c139b695eab;hpb=4dbf3ebb9b3642a02300bd2388c6b2211160cb5a;p=melted diff --git a/src/framework/Makefile b/src/framework/Makefile index 047e4e8..d16c7e8 100644 --- a/src/framework/Makefile +++ b/src/framework/Makefile @@ -6,6 +6,8 @@ OBJS = mlt_frame.o \ mlt_deque.o \ mlt_property.o \ mlt_properties.o \ + mlt_events.o \ + mlt_parser.o \ mlt_service.o \ mlt_producer.o \ mlt_multitrack.o \ @@ -27,6 +29,8 @@ INCS = mlt_consumer.h \ mlt_multitrack.h \ mlt_pool.h \ mlt_properties.h \ + mlt_events.h \ + mlt_parser.h \ mlt_repository.h \ mlt_tractor.h \ mlt_types.h \