diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-02-02 07:02:15 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-02-02 07:02:15 +0000 |
commit | bfb86c49eac0cced75b7c611005602f2a6b21944 (patch) | |
tree | 8b7550197afc43a76f0419552bc45cea1205c358 /source4/Makefile.in | |
parent | 9b736c3d9e459241232f2313ad6f99a352633c19 (diff) | |
download | samba-bfb86c49eac0cced75b7c611005602f2a6b21944.tar.gz samba-bfb86c49eac0cced75b7c611005602f2a6b21944.tar.bz2 samba-bfb86c49eac0cced75b7c611005602f2a6b21944.zip |
fix PROTO_OBJS ... fix make proto on some platforms
metze
(This used to be commit ae37d9bb3f570a069d5a0492a1ecac9a4d14a7f5)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index 2ad5992ec6..4f22898787 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -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 |