From e7a0bf155104274c2413851a299373f3ea2e172e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 May 2013 20:48:02 +0000 Subject: -fix link order --- doc/gnunet-c-tutorial.pdf | Bin 408828 -> 408828 bytes doc/gnunet-c-tutorial.tex | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gnunet-c-tutorial.pdf b/doc/gnunet-c-tutorial.pdf index 1b7749ff6..5670bcc2f 100644 Binary files a/doc/gnunet-c-tutorial.pdf and b/doc/gnunet-c-tutorial.pdf differ diff --git a/doc/gnunet-c-tutorial.tex b/doc/gnunet-c-tutorial.tex index 3b237b578..fe53eca9d 100644 --- a/doc/gnunet-c-tutorial.tex +++ b/doc/gnunet-c-tutorial.tex @@ -420,7 +420,7 @@ The source code for the above listing can be found at \begin{lstlisting} $ export CPPFLAGS="-I/path/to/gnunet/headers" $ export LDFLAGS="-L/path/to/gnunet/libraries" -$ gcc -o testbed-test -lgnunettestbed -lgnunetdht -lgnunetutil testbed_test.c +$ gcc -o testbed-test testbed_test.c -lgnunettestbed -lgnunetdht -lgnunetutil \end{lstlisting} The \texttt{CPPFLAGS} and \texttt{LDFLAGS} are necessary if GNUnet is installed into a different directory other than \texttt{/usr/local}. -- cgit v1.2.3