From e307e9d814bbcf3bd0e85408d4f78279ebb1e1cf Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Wed, 16 May 2001 15:33:07 +0000 Subject: Fix a stupid typo in Makefile.in that prevented the libsmbclient code from being compiled with -fpic ... Larger changes coming ... I want to move to -fPIC etc. (This used to be commit 122e2753d518fc599e06e1533378815eebb18d4f) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 1dea8b151f..c635f97f1c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -337,7 +337,7 @@ NSS_OBJ = $(NSS_OBJ_0:.o=.po) PICOBJS = $(SMBWRAPPER_OBJ:.o=.po) PICOBJS32 = $(SMBWRAPPER_OBJ:.o=.po32) -LIBSMBCLIENT_PICOBJS = $(LIBSMBCLIENT_OBJ:.0=.po) +LIBSMBCLIENT_PICOBJS = $(LIBSMBCLIENT_OBJ:.o=.po) PAM_SMBPASS_OBJ_0 = pam_smbpass/pam_smb_auth.o pam_smbpass/pam_smb_passwd.o \ pam_smbpass/pam_smb_acct.o pam_smbpass/support.o \ -- cgit