diff options
Diffstat (limited to 'gpgmeplug/Makefile.am')
-rw-r--r-- | gpgmeplug/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gpgmeplug/Makefile.am b/gpgmeplug/Makefile.am index 9c3e25c4..40420fd9 100644 --- a/gpgmeplug/Makefile.am +++ b/gpgmeplug/Makefile.am @@ -41,10 +41,5 @@ lib_LTLIBRARIES = libgpgmeplug.la libgpgsmplug.la libgpgmeplug_la_LDFLAGS = -shared -Wl,-soname,libgpgmeplug.so libgpgsmplug_la_LDFLAGS = -shared -Wl,-soname,libgpgsmplug.so -libgpgmeplug_la_SOURCES = gpgme.h \ - cryptplug.h \ - gpgmeplug.c - -libgpgsmplug_la_SOURCES = gpgme.h \ - cryptplug.h \ - gpgsmplug.c +libgpgmeplug_la_SOURCES = cryptplug.h gpgmeplug.c +libgpgsmplug_la_SOURCES = cryptplug.h gpgsmplug.c |