summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-21 09:27:10 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-21 09:27:10 -0700
commitbde65934fe8b40a5fdc8a469d0355caca59e81b5 (patch)
tree940922a6ec0ff6925b2a27ecb60a0b8838bd6b9e
parentbce7917e2ed8f6f4edcea0ff5c06b82eb1e85527 (diff)
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 <a.radke@arcor.de> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--util/Makefile.am6
1 files 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