1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-28 03:33:13 +03:00

r665: merge over the new build system from my tmp branch

to the main SAMBA_4_0 tree.

NOTE: that it's not completely ready, but it's functional:-)

metze
This commit is contained in:
Stefan Metzmacher
2004-05-13 10:20:53 +00:00
committed by Gerald (Jerry) Carter
parent 09096cfc3e
commit c78a2ddb28
47 changed files with 3169 additions and 921 deletions

View File

@@ -72,8 +72,10 @@ AC_CHECK_LIB(readline, rl_completion_matches,
TMP_LIBCMDLINE_OBJS="lib/cmdline/readline.o lib/cmdline/popt_common.o"
TMP_LIBCMDLINE_LIBS="$TERMLIBS"
#hack...
LIBS="$LIBS $TERMLIBS"
SMB_SUBSYSTEM(LIBCMDLINE,[],
[${TMP_LIBCMDLINE_OBJS}],
[],
[],
[${TMP_LIBCMDLINE_LIBS}])
[ALLLIBS],
[LIBPOPT])