diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-05-15 20:48:02 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-05-15 20:48:02 +0000 |
commit | e7a0bf155104274c2413851a299373f3ea2e172e (patch) | |
tree | dc7d04420712957db9bf44015fd78617d1efbb51 /doc | |
parent | a8f618639d8d1ee713e83846bf4a771d506cba1a (diff) |
-fix link order
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gnunet-c-tutorial.pdf | bin | 408828 -> 408828 bytes | |||
-rw-r--r-- | doc/gnunet-c-tutorial.tex | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/gnunet-c-tutorial.pdf b/doc/gnunet-c-tutorial.pdf Binary files differindex 1b7749ff6..5670bcc2f 100644 --- a/doc/gnunet-c-tutorial.pdf +++ b/doc/gnunet-c-tutorial.pdf 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}. |