mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 09:40:08 +00:00
configure.ac: --with-object-remove - example added
This commit is contained in:
@@ -3589,7 +3589,8 @@ if test "$build_default" != no || test "$req_files" = all; then
|
||||
fi
|
||||
|
||||
AC_ARG_WITH(object-remove,
|
||||
AS_HELP_STRING([--with-object-remove], [remove an obj file from build (delimit more with '|')]),
|
||||
AS_HELP_STRING([--with-object-remove=src/.../name.o],
|
||||
[remove an object from build (delimit more with '|')]),
|
||||
[removed_files=$withval],
|
||||
[removed_files=])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user