summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-08-29 08:09:19 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-08-29 08:09:19 +0000
commit66c389fe92510991e6c9d2cb93443692e5007edb (patch)
tree6a8fedf7278ebcf0239e9772ee326755d45d176c /source3/Makefile.in
parentd5a4242d8880aca23210d7c2c019eda5b3e52eb3 (diff)
downloadsamba-66c389fe92510991e6c9d2cb93443692e5007edb.tar.gz
samba-66c389fe92510991e6c9d2cb93443692e5007edb.tar.bz2
samba-66c389fe92510991e6c9d2cb93443692e5007edb.zip
I think this should fix the compile on some of the CUPS based machines.
Andrew Bartlett (This used to be commit abdad251f679cccfd6af6c40d5ae8c47439f587a)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 93f3a97fb5..58e3857898 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -728,7 +728,7 @@ bin/nsstest: $(NSSTEST_OBJ) bin/.dummy
bin/vfstest: $(VFSTEST_OBJ) bin/.dummy
@echo Linking $@
- @$(CC) $(FLAGS) -o $@ $(VFSTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(LIBS) @BUILD_POPT@
+ @$(CC) $(FLAGS) -o $@ $(VFSTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(PRINTLIBS) $(LIBS) @BUILD_POPT@
bin/locktest2: $(LOCKTEST2_OBJ) bin/.dummy
@echo Linking $@