1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00

Fix issue #28: Windows Build error

msrdriver.c was forgotten from Makefile.am, under the assumption that
autotools are used under *nix only. This is not true, as one could use
MinGW or cygwin.
This commit is contained in:
Veselin Georgiev 2016-03-10 01:14:37 +02:00
parent d954213667
commit 281d4720d4

View file

@ -13,7 +13,8 @@ libcpuid_la_SOURCES = \
rdtsc.c \
asm-bits.c \
libcpuid_util.c \
rdmsr.c
rdmsr.c \
msrdriver.c
libcpuid_la_DEPENDENCIES = \
$(srcdir)/libcpuid.sym