From 1b7aee18a5ac3c772e84413a804bce46cd0ea1c1 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Fri, 11 Oct 2002 11:14:27 +0000 Subject: [PATCH] Added ac97.h and ucb1400.h files. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@177 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index d30d4cb5..1438b26d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -36,4 +36,6 @@ DIST_SUBDIRS = \ noinst_HEADERS = \ common.h \ - stdint.h + stdint.h \ + ac97.h \ + ucb1400.h