diff --git a/include/Makefile.am b/include/Makefile.am index 1438b26d..35f5b246 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -30,6 +30,8 @@ # Written by Marcel Telka , 2002. # +SUBDIRS = + DIST_SUBDIRS = \ arm \ jtag diff --git a/include/arm/Makefile.am b/include/arm/Makefile.am index df231ead..aaf99a0e 100644 --- a/include/arm/Makefile.am +++ b/include/arm/Makefile.am @@ -30,6 +30,8 @@ # Written by Marcel Telka , 2002. # +SUBDIRS = + DIST_SUBDIRS = \ platform \ sa11x0 \