1
0
Fork 0
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:
Veselin Georgiev 2016-07-10 04:33:02 +03:00
parent 51aac9f852
commit ea7ae60ccb

View file

@ -26,7 +26,10 @@ libcpuidinclude_HEADERS = \
libcpuid_types.h libcpuid_types.h
noinst_HEADERS = \ noinst_HEADERS = \
amd_code_t.h \
asm-bits.h \ asm-bits.h \
intel_code_t.h \
libcpuid_internal.h \
libcpuid_util.h \ libcpuid_util.h \
recog_intel.h \ recog_intel.h \
recog_amd.h \ recog_amd.h \