diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-02-02 14:13:48 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-02-02 14:13:48 +0000 |
commit | cc4af8d13a7a5d657d8d70d8734b6e9d38261b7a (patch) | |
tree | 5486797c564994a5ff42d7b3db2bc2fe33193cc4 /source4/Makefile.in | |
parent | c61089219b82ff94f83e1fb428e8b47ad778c868 (diff) | |
download | samba-cc4af8d13a7a5d657d8d70d8734b6e9d38261b7a.tar.gz samba-cc4af8d13a7a5d657d8d70d8734b6e9d38261b7a.tar.bz2 samba-cc4af8d13a7a5d657d8d70d8734b6e9d38261b7a.zip |
readd this fix:
fix PROTO_OBJS ... fix make proto on some platforms
metze
(This used to be commit 5346756a65af12aed1696318e41ea0deab1c7fda)
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 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 |