mirror of
https://github.com/X11Libre/xf86-video-chips.git
synced 2026-03-24 01:24:44 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user