Compilation: Change the order of arguments
Put the -lnfc at the end of the command lie to avoid undefined references on Ubuntu 12.04. Close #219
This commit is contained in:
parent
5876e33e49
commit
109d496222
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// To compile this simple example:
|
// To compile this simple example:
|
||||||
// $ gcc -o quick_start_example1 -lnfc quick_start_example1.c
|
// $ gcc -o quick_start_example1 quick_start_example1.c -lnfc
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user