LADSPA_PATH env var processing
[goodguy/history.git] / cinelerra-5.0 / plugins / Makefile
index da618f423227b0e76f1d847a8294619b55e7d9fa..19064e0a90218eefca98650e31ca4bcdbd569182 100644 (file)
@@ -13,12 +13,9 @@ DIRS = \
        audioscope \
        bandslide \
        bandwipe \
-       blondtheme \
        bluebanana \
-       bluedottheme \
        blur \
        brightness \
-       brighttheme \
        burn \
        C41 \
        cdripper \
@@ -44,6 +41,7 @@ DIRS = \
        dissolve \
        dot \
        downsample \
+       edge \
        echo \
        echocancel \
        fieldframe \
@@ -106,7 +104,6 @@ DIRS = \
        shiftinterlace \
        slide \
        spectrogram \
-       suv \
        svg \
        swapchannels \
        swapframes \
@@ -128,13 +125,22 @@ DIRS = \
        yuvshift \
        zoom \
        zoomblur \
+       theme_blond \
+       theme_blond_cv \
+       theme_blue \
+       theme_blue_dot \
+       theme_bright \
+       theme_hulk \
+       theme_pinklady \
+       theme_suv \
+       theme_unflat \
 
 #      findobject \
 
 DATA = $(PLUGIN_DIR)/fonts $(PLUGIN_DIR)/shapes
 MPEG2ENC = $(PLUGIN_DIR)/mpeg2enc.plugin
 HVEG2ENC = $(PLUGIN_DIR)/hveg2enc.plugin
-LADSPA = $(PLUGIN_DIR)/ladspa
+LADSPA = $(BINDIR)/ladspa
 
 all:   $(DIRS) $(DATA) $(MPEG2ENC) $(HVEG2ENC) $(LADSPA)