1
0
Fork 0
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:
Veselin Georgiev 2014-06-25 13:54:41 +03:00
commit 23c629295a
3 changed files with 3 additions and 3 deletions

View file

@ -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