X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fprog_guide%2Fbuild_app.rst;h=138330adc14decd1f9780979eb8abca65ac8bbfe;hb=3006df511e6346d2e7d6e9ddf909283d41d2ae8a;hp=d4a326152057fcb261908ca306029a6f33a315b0;hpb=2802b62a752a5997c91f8b44a07989980920f390;p=dpdk.git diff --git a/doc/guides/prog_guide/build_app.rst b/doc/guides/prog_guide/build_app.rst index d4a3261520..138330adc1 100644 --- a/doc/guides/prog_guide/build_app.rst +++ b/doc/guides/prog_guide/build_app.rst @@ -124,5 +124,3 @@ chapter for details. * CPPFLAGS: The flags to use to provide flags to the C preprocessor (only useful when assembling .S files) * LDLIBS: A list of libraries to link with (for example, -L /path/to/libfoo - lfoo) - -* NO_AUTOLIBS: If set, the libraries provided by the framework will not be included in the LDLIBS variable automatically.