From 0175447eb3d1a6a79745765bef828ee4460b54b7 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Tue, 24 Jul 2018 09:30:19 -0600 Subject: [PATCH] tie TRUESTUDIO files into include.am --- IDE/TRUESTUDIO/include.am | 12 ++++++++++++ IDE/include.am | 1 + 2 files changed, 13 insertions(+) create mode 100644 IDE/TRUESTUDIO/include.am diff --git a/IDE/TRUESTUDIO/include.am b/IDE/TRUESTUDIO/include.am new file mode 100644 index 000000000..bd5b8769d --- /dev/null +++ b/IDE/TRUESTUDIO/include.am @@ -0,0 +1,12 @@ +# vim:ft=automake +# included from Top Level Makefile.am +# All paths should be given relative to the root + +EXTRA_DIST+= IDE/TRUESTUDIO/README +EXTRA_DIST+= IDE/TRUESTUDIO/wolfssl/.cproject +EXTRA_DIST+= IDE/TRUESTUDIO/wolfssl/.project +EXTRA_DIST+= IDE/TRUESTUDIO/wolfssl/.settings/com.atollic.truestudio.debug.hardware_device.prefs +EXTRA_DIST+= IDE/TRUESTUDIO/wolfssl/.settings/language.settings.xml +EXTRA_DIST+= IDE/TRUESTUDIO/wolfssl/.settings/org.eclipse.cdt.managedbuilder.core.prefs +EXTRA_DIST+= IDE/TRUESTUDIO/wolfssl/user_settings.h + diff --git a/IDE/include.am b/IDE/include.am index bc3662df6..5a8b493ab 100644 --- a/IDE/include.am +++ b/IDE/include.am @@ -9,6 +9,7 @@ include IDE/WIN-SGX/include.am include IDE/LINUX-SGX/include.am include IDE/WORKBENCH/include.am include IDE/ROWLEY-CROSSWORKS-ARM/include.am +include IDE/TRUESTUDIO/include.am include IDE/ARDUINO/include.am include IDE/INTIME-RTOS/include.am include IDE/OPENSTM32/include.am