+ 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 eb7e69e..e775266 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)