From f0c7b45c57da62455bb3cde633b93f00168245c0 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Sat, 20 Jul 2002 20:47:19 +0000 Subject: [PATCH] Added jtag subdirectory and missing stdint.h file. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@60 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 4846efb0..ec67f6b2 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -22,7 +22,9 @@ # DIST_SUBDIRS = \ - arm + arm \ + jtag noinst_HEADERS = \ - common.h + common.h \ + stdint.h