Build, but don't install, the driver utils

This commit is contained in:
Kevin E Martin
2005-09-29 14:07:14 +00:00
parent e0b348468a
commit 5ced0a935c

View File

@@ -1 +1,7 @@
EXTRA_DIST = AsmMacros.h dRegs.c modClock.c mRegs.c
# these are not even built in the monolith, so don't install them
noinst_PROGRAMS = dRegs mRegs modClock memClock
dRegs_SOURCES = dRegs.c AsmMacros.h
mRegs_SOURCES = mRegs.c AsmMacros.h
modClock_SOURCES = modClock.c AsmMacros.h
memClock_SOURCES = modClock.c AsmMacros.h