X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=1fbd2b86d6d5421ef81ad60fefca458f212718ac;hb=0b2e5f8fffd9ed781a1ddab279dbd6fec5c7695a;hp=afeea07a41b76f249e0fdfd68fd5c8a2b0cd5b8e;hpb=80865e6b884a4bb289cb4a835a6fa66b3529c872;p=WebThing.git diff --git a/Makefile b/Makefile index afeea07..1fbd2b8 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: main.exe plugins main.exe: main.cs WebThing.dll SoupSettings.so gmcs $(CSFLAGS) -r:WebThing.dll main.cs -WebThing.dll: WebThing.cs WebThingPlugin.cs +WebThing.dll: WebThing.cs WebThingView.cs WebThingPlugin.cs gmcs $(CSFLAGS) $(references) -target:library -out:$@ $^ SoupSettings.so: SoupSettings.c