No description
Find a file
Romain Tartiere aa7d7171c8 Sync libnfc.pc includedir with the rest of the project source files.
When I introduced headers separation (aka includes-revamp branch), the libnfc source code includes have been changed from '#include "../xx/nfc*.h"' to '#include <nfc/nfc*>' (when compiling, the source include dir (src/include) has precedence over '${prefix}/include').  For the sake of consistency, update libnfc.pc includedir so that compiling third party code using '#include <nfc/nfc*>' just works (tm).  This provides much more consistent headers since they are usually referred relative to the includedir (exceptions are e.g. glib, gtk, xorg... quite bigger than libnfc I could say).
2009-12-22 21:02:19 +00:00
cmake_modules Fix CMakeLists for FreeBSD. 2009-12-01 13:26:34 +00:00
debian Prepare next release. 2009-11-27 15:44:25 +00:00
src fix warning '... discards qualifiers from pointer target type' (missing const) 2009-12-17 10:01:40 +00:00
win32 Added license in stdbool file 2009-10-31 13:49:25 +00:00
AUTHORS libnfc can now be compiled using autotools and libtool. 2009-05-04 08:00:08 +00:00
autogen.sh Enhance autogen.sh script for debugging purpose: some autotools versions can be problem source. 2009-08-27 13:22:11 +00:00
ChangeLog Updated ChangeLog. 2009-11-27 11:56:44 +00:00
CMakeLists.txt Re-enable "Disable serial autoprobe" option with CMake. 2009-12-01 13:28:15 +00:00
config.h.cmake Add function to return library version at execute time. Fix Issue 39. Thanks to Zuck for his contribution. 2009-11-02 14:05:03 +00:00
configure.ac Remove autoreconf warnings by adding m4 directory 2009-12-20 19:14:41 +00:00
COPYING Add LICENSE and README files to releases produce by make_release.sh script. 2009-06-26 09:22:26 +00:00
Doxyfile.in Add "make html" directive: it will build API documentation using Doxygen. (--enable-doc flag is required at configure time) 2009-10-20 10:19:31 +00:00
INSTALL libnfc can now be compiled using autotools and libtool. 2009-05-04 08:00:08 +00:00
install-sh Rename chip_type to nfc_chip_t. 2009-11-18 10:52:13 +00:00
libnfc.pc.in Sync libnfc.pc includedir with the rest of the project source files. 2009-12-22 21:02:19 +00:00
LICENSE License have changed from GPLv3 to LGPLv3. 2009-06-26 09:05:25 +00:00
make_release.sh Actual "Windows" tarball is more related to "Visual Studio 2005" than "Windows". 2009-07-23 10:56:34 +00:00
Makefile.am Remove autoreconf warnings by adding m4 directory 2009-12-20 19:14:41 +00:00
missing Rename chip_type to nfc_chip_t. 2009-11-18 10:52:13 +00:00
NEWS libnfc can now be compiled using autotools and libtool. 2009-05-04 08:00:08 +00:00
pn53x.rules ACR122 devices support enhancements. 2009-11-24 17:49:24 +00:00
README ACR122 devices support enhancements. 2009-11-24 17:49:24 +00:00
README-Windows.txt libusb dependency can be disabled using CMake files - but it remove PN531USB and PN533USB support - this is useful for Windows newer than XP. (Thanks to Fkooman) 2009-09-10 09:28:17 +00:00

------------------------------------------------------------------------
Public platform independent Near Field Communication (NFC) library
Copyright (C) 2009, Roel Verdult
 
------------------------------------------------------------------------
Welcome to the developers community of libnfc.

Since it is hard to keep all information up to date
we decided to only maintain the online documentation.
Please visit the official website for more info:
http://www.libnfc.org

If you have questions, remarks, bug-reports, we encourage you to
post this in the developers community: 
http://www.libnfc.org/community

------------------------------------------------------------------------
Proprietary Notes:

FeliCa is s registered trademark of the Sony Corporation. MIFARE is a 
trademark of NXP Semiconductors. Jewel Topaz is a trademark of Innovision
Research & Technology. All other trademarks are the property of their 
respective owners.