diff --git a/reactos/subsys/system/welcome/Makefile b/reactos/subsys/system/welcome/Makefile index de4b4f8b2cc..dad9a62ee50 100755 --- a/reactos/subsys/system/welcome/Makefile +++ b/reactos/subsys/system/welcome/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2003/07/24 19:37:20 chorns Exp $ +# $Id: Makefile,v 1.2 2003/09/07 11:17:51 ekohl Exp $ PATH_TO_TOP = ../../.. @@ -10,6 +10,8 @@ TARGET_NAME = welcome TARGET_INSTALLDIR = system32 +TARGET_SDKLIBS = kernel32.a gdi32.a user32.a + TARGET_OBJECTS = $(TARGET_NAME).o include $(PATH_TO_TOP)/rules.mak