Add iopl.h to source lists in util/Makefile.am so it gets packaged

Was missed when it was created in commit c421f2477c, since
"make distcheck" passes due to configure determining it can't
build the utils without the header and moving on.

Reported-by: Andreas Radke <a.radke@arcor.de>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith
2012-07-21 09:27:10 -07:00
parent bce7917e2e
commit bde65934fe

View File

@@ -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