From 9c792e7e593f8d80fb976d1dcc87637c62a949c0 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Fri, 11 Oct 2002 11:29:37 +0000 Subject: [PATCH] Added SUBDIRS. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@178 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/Makefile.am | 2 ++ include/arm/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) 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 \