summaryrefslogtreecommitdiff
path: root/testprogs/win32/spoolss/Makefile.mingw
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-16 22:36:18 +0100
committerGünther Deschner <gd@samba.org>2010-01-08 01:04:19 +0100
commit339afda877138ebe3869aa971361b88f196ff9d8 (patch)
treed365d35b1f37b9581fbb25b242584163f238c3f0 /testprogs/win32/spoolss/Makefile.mingw
parent9185fd0a93e2530c778b7d31f90311f8618b4fb7 (diff)
downloadsamba-339afda877138ebe3869aa971361b88f196ff9d8.tar.gz
samba-339afda877138ebe3869aa971361b88f196ff9d8.tar.bz2
samba-339afda877138ebe3869aa971361b88f196ff9d8.zip
testprogs: add support for "print" option in win32 spoolss torture test.
Guenther
Diffstat (limited to 'testprogs/win32/spoolss/Makefile.mingw')
-rw-r--r--testprogs/win32/spoolss/Makefile.mingw5
1 files changed, 3 insertions, 2 deletions
diff --git a/testprogs/win32/spoolss/Makefile.mingw b/testprogs/win32/spoolss/Makefile.mingw
index 82fc7ed488..4ff7155250 100644
--- a/testprogs/win32/spoolss/Makefile.mingw
+++ b/testprogs/win32/spoolss/Makefile.mingw
@@ -14,9 +14,10 @@ ctags:
ctags --c-kinds=-p -a `find /usr/i686-pc-mingw32/sys-root/mingw/include -name "*.[ch]" | grep -v /CVS/`
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 torture.c error.c
+spoolss.exe: spoolss.c printlib.c torture.c error.c
@echo Compiling spoolss.exe
- @$(CC) $(CFLAGS) $(LDFLAGS) spoolss.c torture.c error.c $(LIBS) -o spoolss.exe
+ @$(CC) $(CFLAGS) $(LDFLAGS) spoolss.c printlib.c torture.c error.c $(LIBS) -o spoolss.exe