Merge the includes-revamp branch into trunk.

This commit is contained in:
Romain Tartiere 2009-12-01 14:23:00 +00:00
parent b29860a93c
commit 2b8232b9ab
42 changed files with 63 additions and 57 deletions

View file

@ -1,6 +1,6 @@
# set the include path found by configure
INCLUDES= $(all_includes)
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
noinst_HEADERS = uart.h
noinst_LTLIBRARIES = libnfcbuses.la

View file

@ -28,7 +28,7 @@ http://www.teuniz.net/RS-232/index.html
#include "uart.h"
#include "nfc-messages.h"
#include <nfc/nfc-messages.h>
// Test if we are dealing with unix operating systems
#ifndef _WIN32

View file

@ -29,7 +29,7 @@
#include <stdlib.h>
#include "nfc-types.h"
#include <nfc/nfc-types.h>
// Handle platform specific includes
#ifndef _WIN32