summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-10 03:09:42 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-10 03:09:42 +0000
commit001765501ed5dcc9e3c29d9f662c428e2a66187a (patch)
treedb48120875f0711f694ed76f4860121e495cb127 /source3/Makefile.in
parentd97c3e4591f9d2a02e9a8006062bca32fb2d0ece (diff)
downloadsamba-001765501ed5dcc9e3c29d9f662c428e2a66187a.tar.gz
samba-001765501ed5dcc9e3c29d9f662c428e2a66187a.tar.bz2
samba-001765501ed5dcc9e3c29d9f662c428e2a66187a.zip
split out the lpq parsing code into a separate file
printing/lpq_parse.c getting ready for the new printing backend (This used to be commit 0ec1072e0143952139be64e8001582eadcc9f60e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1d5b950936..e61dbe1c17 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -163,7 +163,7 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/process.o smbd/oplock.o smbd/service.o smbd/error.o printing/nt_printing.o
PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/printing.o \
- printing/print_cups.o
+ printing/print_cups.o printing/lpq_parse.o
MSDFS_OBJ = msdfs/msdfs.o msdfs/msdfs_tdb.o msdfs/parse_dfs_map.o
@@ -591,7 +591,7 @@ config.status: $(srcdir)/configure
Makefile: $(srcdir)/Makefile.in config.status \
include/stamp-h # just to ensure that config.h is up-to-date
- CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+ @echo "WARNING: you need to run ./config.status"
# note that nothing depends on config.h, so will probably be rebuilt
# only when explicitly requested, unless dependency tracking is enabled