diff --git a/docs/tech/tn0016.txt b/docs/tech/tn0016.txt index e8b7a67cf7..6b142b0603 100644 --- a/docs/tech/tn0016.txt +++ b/docs/tech/tn0016.txt @@ -185,7 +185,9 @@ e) Regenerate all makefiles (don't forget to run autoconf) f) Update configure.in and wx-config.in to contain information about the library and needed linker flags: - * Add "foo" to either STD_BASE_LIBS or STD_GUI_LIBS in configure.in. + * Add "foo" to BUILT_WX_LIBS in configure.in. + * If appropriate, but it rarely is, so normally this should _not_ be done, + add "foo" to either STD_BASE_LIBS or STD_GUI_LIBS in configure.in. * If wxFoo links against additional libraries, add necessary linker flags and libraries to ldflags_foo and ldlibs_foo variables in wx-config.in (both are optional).