use autoconf/automake for configuration
[goodguy/history.git] / cinelerra-5.1 / plugins / Makefile
index c979a9c732bb6bd9babae85938e5e5d4159e3cd4..e498f2b9e827c3ca9f239b11cf8a906e0a84464c 100644 (file)
@@ -1,6 +1,7 @@
-include ../global_config
+TOPDIR ?= $(CURDIR)/..
+include $(TOPDIR)/global_config
 
-ifeq ($(HAVE_DVB), y)
+ifeq ($(HAVE_DVB), yes)
 LIVEDVB = liveaudio livevideo
 endif
 
@@ -164,7 +165,7 @@ $(DIRS):
 
 clean:
        rm -rf $(foreach d,$(DIRS),$(d)/$(OBJDIR))
-       rm -rf $(PLUGIN_DIR)
+       rm -rf $(PLUGIN_DIR) $(LADSPA)
 
 install: