diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-05 10:29:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:45 -0500 |
commit | 3aa278b873c5d06a279e0e65a96d6e6b42b64583 (patch) | |
tree | 299a56d3551ff4462a88403e4368d865166c042a /source4 | |
parent | 232bc1503fc0e3f85b4711f077d2566dc0f0c823 (diff) | |
download | samba-3aa278b873c5d06a279e0e65a96d6e6b42b64583.tar.gz samba-3aa278b873c5d06a279e0e65a96d6e6b42b64583.tar.bz2 samba-3aa278b873c5d06a279e0e65a96d6e6b42b64583.zip |
r491: regtree and gregedit also depend on LIBCMDLINE (popt stuff)
metze
(This used to be commit ace939a5882bd35295246b5816a3344f70d20e29)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index 9739fa3c53..48f14eadbd 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -220,12 +220,12 @@ NDRDUMP_OBJS = utils/ndrdump.o utils/rewrite.o \ NDRDUMP_LIBS = $(LIBSMB_LIBS) $(CONFIG_LIBS) $(LIBBASIC_LIBS) REGTREE_OBJS = lib/registry/tools/regtree.o \ - $(REG_OBJS) $(LIBBASIC_OBJS) $(CONFIG_OBJS) $(LIBSMB_OBJS) -REGTREE_LIBS = $(REG_LIBS) $(LIBBASIC_LIBS) $(CONFIG_LIBS) $(LIBSMB_LIBS) + $(REG_OBJS) $(LIBBASIC_OBJS) $(CONFIG_OBJS) $(LIBCMDLINE_OBJS) $(LIBSMB_OBJS) +REGTREE_LIBS = $(REG_LIBS) $(LIBBASIC_LIBS) $(CONFIG_LIBS) $(LIBCMDLINE_LIBS) $(LIBSMB_LIBS) GREGEDIT_OBJS = lib/registry/tools/gregedit.o \ - $(REG_OBJS) $(LIBBASIC_OBJS) $(CONFIG_OBJS) $(LIBSMB_OBJS) $(GTK_OBJS) -GREGEDIT_LIBS = $(REG_LIBS) $(LIBBASIC_LIBS) $(CONFIG_LIBS) $(LIBSMB_LIBS) $(GTK_LIBS) + $(REG_OBJS) $(LIBBASIC_OBJS) $(CONFIG_OBJS) $(LIBCMDLINE_OBJS) $(LIBSMB_OBJS) $(GTK_OBJS) +GREGEDIT_LIBS = $(REG_LIBS) $(LIBBASIC_LIBS) $(CONFIG_LIBS) $(LIBCMDLINE_LIBS) $(LIBSMB_LIBS) $(GTK_LIBS) REGSHELL_OBJS = lib/registry/tools/regshell.o \ $(REG_OBJS) $(LIBBASIC_OBJS) $(CONFIG_OBJS) $(LIBCMDLINE_OBJS) $(LIBSMB_OBJS) |