1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

fix PROTO_OBJS ... fix make proto on some platforms

metze
(This used to be commit ae37d9bb3f)
This commit is contained in:
Stefan Metzmacher 2004-02-02 07:02:15 +00:00
parent 9b736c3d9e
commit bfb86c49ea

View File

@ -280,7 +280,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