diff options
author | Herb Lewis <herb@samba.org> | 2001-09-05 20:06:33 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-09-05 20:06:33 +0000 |
commit | afd0ba9d92a997fe70c4cc02a80fe107182410a5 (patch) | |
tree | 6d2a986e7efd313fc830e8833cf2a32395140702 | |
parent | 75287280717bc1f1411d2084d3295fffb1ccb391 (diff) | |
download | samba-afd0ba9d92a997fe70c4cc02a80fe107182410a5.tar.gz samba-afd0ba9d92a997fe70c4cc02a80fe107182410a5.tar.bz2 samba-afd0ba9d92a997fe70c4cc02a80fe107182410a5.zip |
add PROFILE_OBJ to nmbd now
(This used to be commit 99b773217c001b8b89e72561f3ece46bb4ea553e)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index c754c0e1a7..71f8015cb9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -230,7 +230,7 @@ NMBD_OBJ1 = nmbd/asyncdns.o nmbd/nmbd.o nmbd/nmbd_become_dmb.o \ nmbd/nmbd_workgroupdb.o nmbd/nmbd_synclists.o NMBD_OBJ = $(NMBD_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) \ - $(LIB_OBJ) + $(PROFILE_OBJ) $(LIB_OBJ) SWAT_OBJ = web/cgi.o web/diagnose.o web/startstop.o web/statuspage.o \ web/swat.o $(PRINTING_OBJ) $(LIBSMB_OBJ) $(LOCKING_OBJ) \ |