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
|
@ -7,4 +7,4 @@ AM_CPPFLAGS = $(all_includes) $(EXTRA_INCLUDE_PATHS)
|
|||
|
||||
cpuid_tool_LDADD = $(top_builddir)/libcpuid/libcpuid.la
|
||||
|
||||
EXTRA_DIST = cpuid_tool.vcproj
|
||||
EXTRA_DIST = cpuid_tool_vc71.vcproj cpuid_tool_vc9.vcproj
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue