Fix scrolling functionality
[WebThing.git] / Makefile
index d28b428..7d1fe86 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LDFLAGS = `pkg-config glib-2.0 libsoup-2.4 webkit-1.0 --libs`
 CSFLAGS = -debug
 references = -r:webkit-sharp.dll -pkg:gtk-sharp-2.0
 
-all: WebThingMain.exe plugins
+all: WebThingMain.exe plugins searchplugins
 
 .PHONY: tags
 tags:
@@ -22,3 +22,7 @@ SoupSettings.so: SoupSettings.c
 plugins:
        make -C plugins
 .PHONY: plugins
+
+searchplugins:
+       make -C searchplugins
+.PHONY: searchplugins