Fix scrolling functionality
[WebThing.git] / plugins / Makefile
index 2f78065..77b79a2 100644 (file)
@@ -5,11 +5,6 @@ all: Vimish.dll FFNav.dll DefaultPage.dll LoadProgress.dll MiddleClickOpen.dll Q
 
 clean:
        rm -f *.dll *.mdb *.so
-       make -C SoupSettings clean
-
-.PHONY: SoupSettings.dll
-SoupSettings.dll: 
-       make -C SoupSettings
 
 %.dll: %.cs ../WebThing.dll
        gmcs $(CSFLAGS) $(references) -r:../WebThing.dll -target:library -out:$@ $<