diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-25 23:26:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:43 -0500 |
commit | 1915f1ca4313e35c0a196bbb07ebd7d7a0eadef8 (patch) | |
tree | fdf1965ec826bde595382b8ab8f18952df804fc0 /source4/lib/basic.mk | |
parent | 101a407dd72491c05c72bc2825d09133676f242c (diff) | |
download | samba-1915f1ca4313e35c0a196bbb07ebd7d7a0eadef8.tar.gz samba-1915f1ca4313e35c0a196bbb07ebd7d7a0eadef8.tar.bz2 samba-1915f1ca4313e35c0a196bbb07ebd7d7a0eadef8.zip |
r3223: continue the effort on LIBREPLACE to try to get the ldb tools to
compile on platforms like solaris without having to link to the whole
of the Samba4 lib directory.
(This used to be commit f6862bfc1cbc9278914b4b73365f63d3da0a08dd)
Diffstat (limited to 'source4/lib/basic.mk')
-rw-r--r-- | source4/lib/basic.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk index c7d3a264d2..56fc19dca7 100644 --- a/source4/lib/basic.mk +++ b/source4/lib/basic.mk @@ -4,6 +4,8 @@ # Start SUBSYSTEM LIBREPLACE [SUBSYSTEM::LIBREPLACE] INIT_OBJ_FILES = lib/replace.o +ADD_OBJ_FILES = \ + lib/snprintf.o # End SUBSYSTEM LIBREPLACE ############################## @@ -23,7 +25,6 @@ ADD_OBJ_FILES = \ lib/time.o \ lib/genrand.o \ lib/username.o \ - lib/snprintf.o \ lib/dprintf.o \ lib/xfile.o \ lib/wins_srv.o \ |