mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Add *.sln, *.vcproj files to automake for "make dist" to work.
The .am files contained obsolete data (to include libcpuid.sln/libcpuid.vcproj in a dist). These files are now in libcpuid_vc71.* and libcpuid_vc9.* flavours, thus this change. "make dist" now works.
This commit is contained in:
parent
c5b459c5b2
commit
23c629295a
3 changed files with 3 additions and 3 deletions
|
@ -31,4 +31,4 @@ noinst_HEADERS = \
|
|||
recog_amd.h \
|
||||
rdtsc.h
|
||||
|
||||
EXTRA_DIST += libcpuid.sym libcpuid.vcproj
|
||||
EXTRA_DIST += libcpuid.sym libcpuid_vc71.vcproj libcpuid_vc9.vcproj
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue