diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-03 08:15:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-03 08:15:18 +0000 |
commit | 92f47c03e0b8685c5f4f120dfdfb994f6dcaf9c1 (patch) | |
tree | c3c6ab7a86872d0b07a5e78a3760716ca8412d34 | |
parent | 3ea7519b061a464ecec55341f218802ca0c2eb47 (diff) | |
download | samba-92f47c03e0b8685c5f4f120dfdfb994f6dcaf9c1.tar.gz samba-92f47c03e0b8685c5f4f120dfdfb994f6dcaf9c1.tar.bz2 samba-92f47c03e0b8685c5f4f120dfdfb994f6dcaf9c1.zip |
make proto should build winbindd_proto.h as well
(This used to be commit c8339ce5c88a371728a329d0e80266fe41c00fee)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index e347d19766..993d441d9f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -800,7 +800,7 @@ include/build_env.h: headers: delheaders include/proto.h include/build_env.h -proto: headers +proto: headers winbindd_proto etags: etags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` |