diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-01-02 12:58:23 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-01-02 12:58:23 +0000 |
commit | af3124067fcf73b5849d70469489654dce046617 (patch) | |
tree | 328c923ae0eba5354f0d863a7a05e1fe278a6029 | |
parent | a746483fd8eda59a0f42719186912ceabba2f4ac (diff) | |
download | samba-af3124067fcf73b5849d70469489654dce046617.tar.gz samba-af3124067fcf73b5849d70469489654dce046617.tar.bz2 samba-af3124067fcf73b5849d70469489654dce046617.zip |
debugparse is a seperate utility, no need to include it in the main ubiqx
objects.
Andrew Bartlett
(This used to be commit 23abf75adef2f400414dfafa1248f5f886ae27c0)
-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 e6e83d0c55..cdf0bd7a0f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -165,7 +165,7 @@ READLINE_OBJ = lib/readline.o POPT_LIB_OBJ = lib/popt_common.o UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \ - ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o ubiqx/debugparse.o + ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o PARAM_OBJ = param/loadparm.o param/params.o dynconfig.o |