monkeysphere debianization. Package can now be cleanly built with minimal lintian...
[monkeysphere.git] / src / keytrans / Makefile
index 53fa5dc7eb9efc6987c20e9fda5d92db4808eb28..79602efa6c2fc7da11ff5d5e2d3e1f23c7a6f6f1 100644 (file)
@@ -1,7 +1,7 @@
 all: openpgp2ssh
 
 openpgp2ssh: openpgp2ssh.c gnutls-helpers.o
-       gcc -g -Wall --pedantic -o openpgp2ssh openpgp2ssh.c `libgnutls-config --libs --cflags` -lgnutls-extra gnutls-helpers.o
+       gcc -g -Wall --pedantic -o openpgp2ssh openpgp2ssh.c `libgnutls-config --libs --cflags` gnutls-helpers.o
 
 %.o: %.c
        gcc -g -Wall --pedantic -o $@ -c $<