From bde65934fe8b40a5fdc8a469d0355caca59e81b5 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 21 Jul 2012 09:27:10 -0700 Subject: [PATCH] Add iopl.h to source lists in util/Makefile.am so it gets packaged Was missed when it was created in commit c421f2477c9999, since "make distcheck" passes due to configure determining it can't build the utils without the header and moving on. Reported-by: Andreas Radke Signed-off-by: Alan Coopersmith --- util/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/Makefile.am b/util/Makefile.am index c822625..4ae900b 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -3,7 +3,7 @@ if BUILD_UTILS noinst_PROGRAMS = dRegs mRegs modClock memClock endif -dRegs_SOURCES = dRegs.c AsmMacros.h -mRegs_SOURCES = mRegs.c AsmMacros.h -modClock_SOURCES = modClock.c AsmMacros.h +dRegs_SOURCES = dRegs.c AsmMacros.h iopl.h +mRegs_SOURCES = mRegs.c AsmMacros.h iopl.h +modClock_SOURCES = modClock.c AsmMacros.h iopl.h memClock_SOURCES = modClock.c AsmMacros.h