Add plugin for F11 full-screen toggle
[WebThing.git] / Makefile
index 8cf0ed8..249504a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,12 +8,12 @@ all: WebThingMain.exe plugins
 
 .PHONY: tags
 tags:
-       ctags --extra=+fq --fields=+ianmzS '--c#-kinds=cimnp' *.cs
+       ctags --extra=+fq --fields=+ianmzS '--c#-kinds=cimnpfes' *.cs
 
 WebThingMain.exe: WebThingMain.cs WebThing.dll SoupSettings.so
        $(CS) $(CSFLAGS) -r:WebThing.dll -out:$@ WebThingMain.cs
 
-WebThing.dll: WebThing.cs WebThingView.cs WebThingPlugin.cs Config.cs
+WebThing.dll: WebThing.cs WebThingView.cs WebThingPlugin.cs Config.cs PluginManager.cs
        $(CS) $(CSFLAGS) $(references) -target:library -out:$@ $^
 
 SoupSettings.so: SoupSettings.c