* configure.in: Configure the examples directory.

This commit is contained in:
Stan Shebs 1994-08-08 18:41:58 +00:00
parent 1503edcce9
commit 9623e82883
1 changed files with 2 additions and 2 deletions

View File

@ -42,13 +42,13 @@ target_libs="libm xiberty newlib libio libg++"
# these tools are built using the target libs, and are intended to run only
# in the target environment. we currently have none.
# in the target environment
#
# note: any program that *uses* libraries that are in the "target_libs"
# list belongs in this list. those programs are also very likely
# candidates for the "native_only" list which follows
#
target_tools="groff"
target_tools="examples groff"
################################################################################