X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fws2_32%2Fmakefile;fp=lib%2Fws2_32%2Fmakefile;h=cf812131c28904ccaf6fac25054f883652e4d474;hp=66a48ce100df461ff37f155ae569155710d56421;hb=7c0db166f81fbe8c8b913d7f26048e337d383605;hpb=e3ed2d773259cc445c7ff8181ebd934931365328 diff --git a/lib/ws2_32/makefile b/lib/ws2_32/makefile index 66a48ce..cf81213 100644 --- a/lib/ws2_32/makefile +++ b/lib/ws2_32/makefile @@ -26,10 +26,12 @@ TARGET_OBJECTS = \ misc/event.o misc/handle.o misc/ns.o \ misc/sndrcv.o misc/stubs.o misc/upcall.o +DEP_OBJECTS = $(TARGET_OBJECTS) + include $(PATH_TO_TOP)/rules.mak include $(TOOLS_PATH)/helper.mk -TARGET_CLEAN = misc/*.o +include $(TOOLS_PATH)/depend.mk # EOF