diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-08-15 15:16:34 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-08-15 15:16:34 +0000 |
commit | fe3195367803e90958ca6a159308c055dffbb1e0 (patch) | |
tree | 14bc6094c7eebf1d0733151b5508f0522fdc12c0 /source4/Makefile.in | |
parent | 03ecf9b2aa1cc011c94a79dfda010f1f14f617fc (diff) | |
download | samba-fe3195367803e90958ca6a159308c055dffbb1e0.tar.gz samba-fe3195367803e90958ca6a159308c055dffbb1e0.tar.xz samba-fe3195367803e90958ca6a159308c055dffbb1e0.zip |
a few build fixes to try to get irix building
(This used to be commit 4059fbcf028e105c9377ec5a302623ae282e33f1)
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 d6541a7b7a9..3dcaf172ce8 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -161,7 +161,7 @@ LIB_OBJ = lib/charcnv.o lib/debug.o lib/fault.o \ lib/module.o lib/genparser.o \ lib/ldap_escape.o lib/events.o lib/mutex.o -LIB_SMBD_OBJ = lib/system_smbd.o lib/util_smbd.o $(LIB_OBJ) +LIB_SMBD_OBJ = lib/util_smbd.o $(LIB_OBJ) READLINE_OBJ = lib/readline.o |