diff options
author | Vincent Richard <[email protected]> | 2006-02-20 17:55:21 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2006-02-20 17:55:21 +0000 |
commit | e7407fd3a967579e5572f8a6922dd12145f6aa00 (patch) | |
tree | e07a432e7bb814f8efe13d996ccffd3a234d51dd | |
parent | Added unit tests for datetimeUtils + renamed functions. (diff) | |
download | vmime-e7407fd3a967579e5572f8a6922dd12145f6aa00.tar.gz vmime-e7407fd3a967579e5572f8a6922dd12145f6aa00.zip |
Missing libs.
-rw-r--r-- | examples/viewer/Makefile | 2 |
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 |