aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-15 20:48:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-15 20:48:02 +0000
commite7a0bf155104274c2413851a299373f3ea2e172e (patch)
treedc7d04420712957db9bf44015fd78617d1efbb51
parenta8f618639d8d1ee713e83846bf4a771d506cba1a (diff)
downloadgnunet-e7a0bf155104274c2413851a299373f3ea2e172e.tar.gz
gnunet-e7a0bf155104274c2413851a299373f3ea2e172e.zip
-fix link order
-rw-r--r--doc/gnunet-c-tutorial.pdfbin408828 -> 408828 bytes
-rw-r--r--doc/gnunet-c-tutorial.tex2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/gnunet-c-tutorial.pdf b/doc/gnunet-c-tutorial.pdf
index 1b7749ff6..5670bcc2f 100644
--- a/doc/gnunet-c-tutorial.pdf
+++ b/doc/gnunet-c-tutorial.pdf
Binary files 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
420\begin{lstlisting} 420\begin{lstlisting}
421$ export CPPFLAGS="-I/path/to/gnunet/headers" 421$ export CPPFLAGS="-I/path/to/gnunet/headers"
422$ export LDFLAGS="-L/path/to/gnunet/libraries" 422$ export LDFLAGS="-L/path/to/gnunet/libraries"
423$ gcc -o testbed-test -lgnunettestbed -lgnunetdht -lgnunetutil testbed_test.c 423$ gcc -o testbed-test testbed_test.c -lgnunettestbed -lgnunetdht -lgnunetutil
424\end{lstlisting} 424\end{lstlisting}
425The \texttt{CPPFLAGS} and \texttt{LDFLAGS} are necessary if GNUnet is installed 425The \texttt{CPPFLAGS} and \texttt{LDFLAGS} are necessary if GNUnet is installed
426into a different directory other than \texttt{/usr/local}. 426into a different directory other than \texttt{/usr/local}.