add bound test to dragchkbox
[goodguy/history.git] / cinelerra-5.1 / plugins / Makefile
index 07abd5f1106dcbf2e69a40d5dafd6eaf4c8c1e27..bd7d85910e4f4a305a1070d0268b62121c0c1f95 100644 (file)
@@ -8,7 +8,7 @@ endif
 ifneq ($(WANT_OPENCV), no)
 want_var:=$(WANT_OPENCV)
 include $(TOPDIR)/opencv_build
-OPENCV_OBJS := findobj flowobj gaborobj moveobj
+OPENCV_OBJS := findobj flowobj gaborobj moveobj stylizeobj puzzleobj
 $(OPENCV_OBJS): opencv
 endif
 
@@ -49,6 +49,7 @@ DIRS = $(OPENCV_OBJS) \
        denoisefft \
        denoiseseltempavg \
        denoisevideo \
+       descratch \
        despike \
        diffkey \
        dissolve \
@@ -181,7 +182,7 @@ $(LADSPA_DIR):
 
 # parallel compilation of all directories
 .PHONY:        $(DIRS)
-$(DIRS):       $(PLUGIN_DIR)
+$(DIRS):
        $(MAKE) -C $@
 
 clean: