From cc4af8d13a7a5d657d8d70d8734b6e9d38261b7a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 Feb 2004 14:13:48 +0000 Subject: readd this fix: fix PROTO_OBJS ... fix make proto on some platforms metze (This used to be commit 5346756a65af12aed1696318e41ea0deab1c7fda) --- source4/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/Makefile.in') diff --git a/source4/Makefile.in b/source4/Makefile.in index 71525952a5..66c2134171 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -272,7 +272,7 @@ PROTO_OBJ = $(SMBD_OBJ_SRV) \ $(AUTH_OBJ) $(PARAM_OBJ) $(SECRETS_OBJ) \ $(PASSDB_OBJ) \ $(READLINE_OBJ) $(CLIENT_OBJ1) \ - $(LIB_OBJ) $(POPT_LIB_OBJ) \ + $(LIB_OBJ) $(POPT_LIB_OBJ) POPT_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \ popt/popthelp.o popt/poptparse.o -- cgit