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 commit is contained in:
Stefan Metzmacher 0001-01-01 00:00:00 +00:00
parent 904ce91ed9
commit ae37d9bb3f

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