1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +00:00

Add missing centaur_code_t.h file for 'make dist'

Fix #192
This commit is contained in:
The Tumultuous Unicorn Of Darkness 2023-10-09 18:54:38 +02:00
parent f9b833d122
commit 02237e67f5
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
2 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,7 @@ libcpuidinclude_HEADERS = \
noinst_HEADERS = \
amd_code_t.h \
asm-bits.h \
centaur_code_t.h \
intel_code_t.h \
libcpuid_internal.h \
libcpuid_util.h \

View file

@ -187,6 +187,9 @@
<File
RelativePath=".\asm-bits.h">
</File>
<File
RelativePath=".\centaur_code_t.h">
</File>
<File
RelativePath=".\intel_code_t.h">
</File>