X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;h=249504ae76cf416647a7f11d2e8c39e403e89fd1;hb=bf0210888b2c1a7eb26656fdcaec4e0559569772;hp=893e5a2e8889e6a48d7e16786ec67f29a0252683;hpb=223e6cac5499d72fe30fd7c3da817362be7d9fef;p=WebThing.git diff --git a/Makefile b/Makefile index 893e5a2..249504a 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ tags: 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