aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gpgmeplug/Makefile.am')
-rw-r--r--gpgmeplug/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgmeplug/Makefile.am b/gpgmeplug/Makefile.am
index bb28d05a..78422a03 100644
--- a/gpgmeplug/Makefile.am
+++ b/gpgmeplug/Makefile.am
@@ -29,9 +29,11 @@ INCLUDES = -I$(top_srcdir)/gpgme
pkglib_LTLIBRARIES = gpgme-openpgp.la gpgme-smime.la
gpgme_openpgp_la_SOURCES = cryptplug.h gpgme-openpgp.c
+EXTRA_gpgme_openpgp_la_SOURCES = gpgmeplug.c
gpgme_openpgp_la_LIBADD = ../gpgme/libgpgme.la
gpgme_openpgp_la_LDFLAGS = -module -avoid-version
gpgme_smime_la_SOURCES = cryptplug.h gpgme-smime.c
+EXTRA_gpgme_smime_la_SOURCES = gpgmeplug.c
gpgme_smime_la_LIBADD = ../gpgme/libgpgme.la
gpgme_smime_la_LDFLAGS = -module -avoid-version