change Makefile to create shared lib
This commit is contained in:
parent
bef5ad4860
commit
a80e3d381c
@ -26,15 +26,20 @@
|
|||||||
|
|
||||||
INCLUDES = -I.. -I../gpgme -I$(top_srcdir)/include
|
INCLUDES = -I.. -I../gpgme -I$(top_srcdir)/include
|
||||||
|
|
||||||
LDADD = ../gpgme/libgpgme.la
|
#LDADD = ../gpgme/libgpgme.la
|
||||||
|
libgpgmeplug_la_LIBADD = ../gpgme/libgpgme.la
|
||||||
|
|
||||||
BUILT_SOURCES =
|
BUILT_SOURCES =
|
||||||
|
|
||||||
noinst_LIBRARIES = libgpgmeplug.a
|
#noinst_LIBRARIES = libgpgmeplug.a
|
||||||
|
#noinst_LTLIBRARIES = libgpgmeplug.la
|
||||||
|
|
||||||
|
lib_LTLIBRARIES = libgpgmeplug.la
|
||||||
|
|
||||||
|
|
||||||
#libgpgmeplug_a_LDFLAGS =
|
libgpgmeplug_la_LDFLAGS = -shared -Wl,-soname,libgpgmeplug.so
|
||||||
libgpgmeplug_a_SOURCES = gpgme.h \
|
|
||||||
|
libgpgmeplug_la_SOURCES = gpgme.h \
|
||||||
cryptplug.h \
|
cryptplug.h \
|
||||||
gpgmeplug.c
|
gpgmeplug.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user