mirror of
https://github.com/eclipse/upm.git
synced 2025-06-08 06:10:25 +03:00

Previously, C examples were being linked with the C++ libs. This worked, since currently (until ds18b20) all C++ libraries with C components simply wrapped the C componenets. Now we make sure that only the C libs are ever linked with the C examples. Signed-off-by: Jon Trulson <jtrulson@ics.com>