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
|
@ -4,7 +4,7 @@ SUBDIRS = libcpuid cpuid_tool tests
|
|||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
pkgconfig_DATA = libcpuid.pc
|
||||
EXTRA_DIST = libcpuid.pc.in libcpuid.sln
|
||||
EXTRA_DIST = libcpuid.pc.in libcpuid_vc71.sln libcpuid_vc9.sln
|
||||
|
||||
consistency:
|
||||
$(top_srcdir)/libcpuid/check-consistency.py $(top_srcdir)/libcpuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue