testprogs: update Makefile.mingw (although mingw current cant build it).
authorGünther Deschner <gd@samba.org>
Mon, 10 May 2010 09:22:32 +0000 (11:22 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 10 May 2010 09:50:29 +0000 (11:50 +0200)
Guenther

testprogs/win32/spoolss/Makefile.mingw

index 4ff71552505bd53bebc2beb32ac4ef27f937dbba..7c66075aed33af174c13601b80c6bb340ab3636f 100644 (file)
@@ -4,7 +4,7 @@ LDFLAGS=-L/usr/i686-pc-mingw32/sys-root/mingw/lib
 CC=/usr/bin/i686-pc-mingw32-gcc
 LIBS=-lwinspool
 
-all: spoolss.exe
+all: testspoolss.exe
 
 clean:
        rm -vf *.exe tags
@@ -17,7 +17,7 @@ proto:
        mkproto.pl printlib.c --private=printlib_proto.h --public=printlib_proto_pub.h --srcdir=. --builddir=.
        mkproto.pl torture.c --private=torture_proto.h --public=torture_proto_pub.h --srcdir=. --builddir=.
 
-spoolss.exe: spoolss.c printlib.c torture.c error.c
-       @echo Compiling spoolss.exe
-       @$(CC) $(CFLAGS) $(LDFLAGS) spoolss.c printlib.c torture.c error.c $(LIBS) -o spoolss.exe
+testspoolss.exe: testspoolss.c printlib.c torture.c error.c
+       @echo Compiling testspoolss.exe
+       @$(CC) $(CFLAGS) $(LDFLAGS) testspoolss.c printlib.c torture.c error.c $(LIBS) -o testspoolss.exe