2001-12-19 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (lib_LTLIBRARIES): Rename to ... (noinst_LTLIBRARIES): ... this target.
This commit is contained in:
parent
abd820c4a9
commit
fe22c97e8d
@ -1,3 +1,8 @@
|
||||
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* Makefile.am (lib_LTLIBRARIES): Rename to ...
|
||||
(noinst_LTLIBRARIES): ... this target.
|
||||
|
||||
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* Makefile.am (libgpgmeplug_la_SOURCES): Remove gpgme.h.
|
||||
|
@ -26,17 +26,12 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/gpgme
|
||||
|
||||
#LDADD = ../gpgme/libgpgme.la
|
||||
libgpgmeplug_la_LIBADD = ../gpgme/libgpgme.la
|
||||
libgpgsmplug_la_LIBADD = ../gpgme/libgpgme.la
|
||||
|
||||
BUILT_SOURCES =
|
||||
|
||||
#noinst_LIBRARIES = libgpgmeplug.a
|
||||
#noinst_LTLIBRARIES = libgpgmeplug.la
|
||||
|
||||
lib_LTLIBRARIES = libgpgmeplug.la libgpgsmplug.la
|
||||
|
||||
noinst_LTLIBRARIES = libgpgmeplug.la libgpgsmplug.la
|
||||
|
||||
libgpgmeplug_la_LDFLAGS = -shared -Wl,-soname,libgpgmeplug.so
|
||||
libgpgsmplug_la_LDFLAGS = -shared -Wl,-soname,libgpgsmplug.so
|
||||
|
Loading…
Reference in New Issue
Block a user