diff options
author | Volker Lendecke <vl@samba.org> | 2013-05-07 15:07:34 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2013-05-07 17:57:57 +0200 |
commit | 637887c0795241872974c09838829b49d5994b10 (patch) | |
tree | faa6970e46d781731f69ab54fd7a9d4b78622180 /source3/Makefile.in | |
parent | 8c1283a89f746a108e8014b6fbc9a58a371950cf (diff) | |
download | samba-637887c0795241872974c09838829b49d5994b10.tar.gz samba-637887c0795241872974c09838829b49d5994b10.tar.bz2 samba-637887c0795241872974c09838829b49d5994b10.zip |
Makefile: Fix bug 9868 - Don't know how to make LIBNDR_PREG_OBJ.
Thanks to Lucs for finding the issue
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue May 7 17:57:57 CEST 2013 on sn-devel-104
Diffstat (limited to 'source3/Makefile.in')
-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 c701fd14b7..f4977ca5cd 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -340,7 +340,7 @@ LIBNDR_SPOOLSS_OBJ = autoconf/librpc/gen_ndr/ndr_spoolss.o \ ../librpc/ndr/ndr_spoolss_buf.o LIBNDR_NTPRINTING_OBJ = autoconf/librpc/gen_ndr/ndr_ntprinting.o \ - ../librpc/ndr/ndr_ntprinting.o \ + ../librpc/ndr/ndr_ntprinting.o LIBNDR_PREG_OBJ = autoconf/librpc/gen_ndr/ndr_preg.o \ ../librpc/ndr/ndr_preg.o |