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:
committed by
Gerald (Jerry) Carter
parent
09096cfc3e
commit
c78a2ddb28
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user