aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-02-20 17:55:21 +0000
committerVincent Richard <[email protected]>2006-02-20 17:55:21 +0000
commite7407fd3a967579e5572f8a6922dd12145f6aa00 (patch)
treee07a432e7bb814f8efe13d996ccffd3a234d51dd
parentAdded unit tests for datetimeUtils + renamed functions. (diff)
downloadvmime-e7407fd3a967579e5572f8a6922dd12145f6aa00.tar.gz
vmime-e7407fd3a967579e5572f8a6922dd12145f6aa00.zip
Missing libs.
-rw-r--r--examples/viewer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/viewer/Makefile b/examples/viewer/Makefile
index 20ad72ca..f0401c5d 100644
--- a/examples/viewer/Makefile
+++ b/examples/viewer/Makefile
@@ -1,7 +1,7 @@
COMPILER=g++
CFLAGS=-g -I ../.. `pkg-config --cflags gtk+-2.0`
-LDFLAGS=-I ../.. `pkg-config --libs gtk+-2.0`
+LDFLAGS=-I ../.. `pkg-config --libs gtk+-2.0` -lgnutls -lgsasl
viewer: viewer.o ../../libvmime-debug.a