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:
Ludovic Rousseau 2013-01-25 14:18:28 +01:00
parent 5876e33e49
commit 109d496222

View file

@ -4,7 +4,7 @@
*/
// 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
# include "config.h"