diff --git a/.gitattributes b/.gitattributes index 544b93ca3648f9d217cfa290cfb84793a3637608..7b2158ca3c6aee50e73e486c5b28b3daa188d448 100644 --- a/.gitattributes +++ b/.gitattributes @@ -294,6 +294,8 @@ MAC/APL/PIC/MIS/test/mis.pol -text svneol=native#application/octet-stream MAC/APL/PIC/MIS/test/test.sh -text svneol=native#application/octet-stream MAC/APL/PIC/TBBDriver/src/TBBDriver.log_prop.in -text MAC/APL/PIC/TBBDriver/src/tbbctl.log_prop.in -text +MAC/APL/PIC/TBB_Protocol/include/APL/Makefile.am -text +MAC/APL/PIC/TBB_Protocol/include/Makefile.am -text MAC/APL/PIC/_NodeManager/Makefile.am -text svneol=native#application/octet-stream MAC/APL/PIC/_NodeManager/bootstrap -text svneol=native#application/octet-stream MAC/APL/PIC/_NodeManager/configure.in -text svneol=native#application/octet-stream diff --git a/MAC/APL/PIC/TBB_Protocol/configure.in b/MAC/APL/PIC/TBB_Protocol/configure.in index e620af5e08301f9f76932a4d0c6fc951e0dc93c2..b78b575cb736b467436a4dcc8c7cea4851c68898 100644 --- a/MAC/APL/PIC/TBB_Protocol/configure.in +++ b/MAC/APL/PIC/TBB_Protocol/configure.in @@ -63,5 +63,7 @@ dnl AC_OUTPUT( src/Makefile Makefile +include/Makefile +include/APL/Makefile TBB_Protocol.spec ) diff --git a/MAC/APL/PIC/TBB_Protocol/include/APL/Makefile.am b/MAC/APL/PIC/TBB_Protocol/include/APL/Makefile.am new file mode 100644 index 0000000000000000000000000000000000000000..10561ae7c771c0e9992e4b779102647efb0cb468 --- /dev/null +++ b/MAC/APL/PIC/TBB_Protocol/include/APL/Makefile.am @@ -0,0 +1,3 @@ + +SUBDIRS = TBB_Protocol + diff --git a/MAC/APL/PIC/TBB_Protocol/include/Makefile.am b/MAC/APL/PIC/TBB_Protocol/include/Makefile.am new file mode 100644 index 0000000000000000000000000000000000000000..5f8e3c04315bbbc25d27f64ad761d2d32129e297 --- /dev/null +++ b/MAC/APL/PIC/TBB_Protocol/include/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = APL +