mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
Add libcpuid_internal.h, intel_code_t.h and amd_code_t.h to Makefile.am.
Otherwise they don't end up in the source tarball and it doesn't compile.
This commit is contained in:
parent
51aac9f852
commit
ea7ae60ccb
1 changed files with 3 additions and 0 deletions
|
@ -26,7 +26,10 @@ libcpuidinclude_HEADERS = \
|
|||
libcpuid_types.h
|
||||
|
||||
noinst_HEADERS = \
|
||||
amd_code_t.h \
|
||||
asm-bits.h \
|
||||
intel_code_t.h \
|
||||
libcpuid_internal.h \
|
||||
libcpuid_util.h \
|
||||
recog_intel.h \
|
||||
recog_amd.h \
|
||||
|
|
Loading…
Reference in a new issue