]> git.sesse.net Git - mlt/commitdiff
+ Install of config.h for linux and os/x usage
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 23 Feb 2006 10:02:09 +0000 (10:02 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 23 Feb 2006 10:02:09 +0000 (10:02 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@893 d19143bc-622f-0410-bfdd-b5b2a6649095

mlt++/src/Makefile

index eb7e69e48fab9c867f4b96e470c63fdd6d2ab232..e775266d6f403fe437d294f0015e9ecec00c7ce3 100644 (file)
@@ -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)