X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FMakefile;h=77b79a2a533e93acd1811b568a932458f811ac34;hb=2744fefc32dbe9b59a570f6515d51121b8fcfbe3;hp=b122c2071d45fe9f6fa4b0260173a8a5b8235810;hpb=7fb9b863fd1a574f5402a3c00640380ee2767c95;p=WebThing.git diff --git a/plugins/Makefile b/plugins/Makefile index b122c20..77b79a2 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -1,15 +1,10 @@ CSFLAGS = -debug references = -r:../webkit-sharp.dll -pkg:gtk-sharp-2.0 -all: Vimish.dll FFNav.dll DefaultPage.dll LoadProgress.dll MiddleClickOpen.dll +all: Vimish.dll FFNav.dll DefaultPage.dll LoadProgress.dll MiddleClickOpen.dll QuickSearch.dll Session.dll Fullscreen.dll 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:$@ $<