From 435dfa378113be0d01a5383b0f5650d56715eec3 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Thu, 23 Feb 2006 10:02:09 +0000 Subject: [PATCH] + Install of config.h for linux and os/x usage git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@893 d19143bc-622f-0410-bfdd-b5b2a6649095 --- mlt++/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlt++/src/Makefile b/mlt++/src/Makefile index eb7e69e4..e775266d 100644 --- a/mlt++/src/Makefile +++ b/mlt++/src/Makefile @@ -34,7 +34,7 @@ OBJS = MltConsumer.o \ MltTransition.o SRCS = $(OBJS:.o=.cpp) -HEADERS = Mlt.h $(OBJS:.o=.h) +HEADERS = config.h Mlt.h $(OBJS:.o=.h) all: $(TARGET) -- 2.39.2