diff -Nur sylpheed-claws-pgpinline-plugin-0.5.orig/src/Makefile.am sylpheed-claws-pgpinline-plugin-0.5/src/Makefile.am
--- sylpheed-claws-pgpinline-plugin-0.5.orig/src/Makefile.am	2004-11-10 07:09:06.000000000 +0100
+++ sylpheed-claws-pgpinline-plugin-0.5/src/Makefile.am	2005-02-19 12:21:10.000000000 +0100
@@ -8,7 +8,8 @@
 
 pgpinline_la_LDFLAGS = \
 	-avoid-version -module \
-	$(GTK_LIBS)
+	$(GTK_LIBS) \
+	$(GPGME_LIBS)
 
 AM_CPPFLAGS = \
 	$(SYLPHEED_CLAWS_CFLAGS) \
diff -Nur sylpheed-claws-pgpinline-plugin-0.5.orig/src/Makefile.in sylpheed-claws-pgpinline-plugin-0.5/src/Makefile.in
--- sylpheed-claws-pgpinline-plugin-0.5.orig/src/Makefile.in	2004-12-07 19:42:14.000000000 +0100
+++ sylpheed-claws-pgpinline-plugin-0.5/src/Makefile.in	2005-02-19 12:21:22.000000000 +0100
@@ -195,7 +195,8 @@
 
 pgpinline_la_LDFLAGS = \
 	-avoid-version -module \
-	$(GTK_LIBS)
+	$(GTK_LIBS) \
+	$(GPGME_LIBS)
 
 AM_CPPFLAGS = \
 	$(SYLPHEED_CLAWS_CFLAGS) \
