Przeglądaj źródła

Add include.am(s) for new file(s)

kaleb-himes 2 lat temu
rodzic
commit
37db5a9ab3
2 zmienionych plików z 12 dodań i 0 usunięć
  1. 11 0
      IDE/XCODE-FIPSv2/include.am
  2. 1 0
      IDE/include.am

+ 11 - 0
IDE/XCODE-FIPSv2/include.am

@@ -0,0 +1,11 @@
+# vim:ft=automake
+# included from Top Level Makefile.am
+# All paths should be given relative to the root
+
+# TODO: The following will be added by the end of the project
+# EXTRA_DIST+= IDE/XCODE-FIPSv2/README.md
+
+# NOTE: The app will be stored in wolfssl/fips repository and copied
+#       into the proper release bundles when packaging the release.
+
+EXTRA_DIST+= IDE/XCODE-FIPSv2/user_settings.h

+ 1 - 0
IDE/include.am

@@ -3,6 +3,7 @@
 # All paths should be given relative to the root
 
 include IDE/XCODE/include.am
+include IDE/XCODE-FIPSv2/include.am
 include IDE/WIN/include.am
 include IDE/WIN10/include.am
 include IDE/WIN-SGX/include.am