ddraw/tests: Add a '\n' to an ok() call.
[wine] / dlls / localspl / Makefile.in
index 1e468b9..5003f4d 100644 (file)
@@ -1,16 +1,12 @@
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../..
-SRCDIR    = @srcdir@
-VPATH     = @srcdir@
 MODULE    = localspl.dll
-IMPORTS   = kernel32
+IMPORTS   = spoolss user32 advapi32
 
 C_SRCS = \
        localmon.c \
-       localspl_main.c
+       localspl_main.c \
+       provider.c
 
 RC_SRCS = localspl.rc
+PO_SRCS = localspl.rc
 
 @MAKE_DLL_RULES@
-
-@DEPENDENCIES@  # everything below this line is overwritten by make depend