diff options
| author | Marcus Brinkmann <[email protected]> | 2001-12-19 01:09:19 +0000 | 
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2001-12-19 01:09:19 +0000 | 
| commit | fe22c97e8d525411cdca7ed5887632b4d54f3b38 (patch) | |
| tree | a858c799347a87dc60937eb71dd3170c42ca1e18 | |
| parent | 2001-12-19 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-fe22c97e8d525411cdca7ed5887632b4d54f3b38.tar.gz gpgme-fe22c97e8d525411cdca7ed5887632b4d54f3b38.zip  | |
2001-12-19  Marcus Brinkmann  <[email protected]>
	* Makefile.am (lib_LTLIBRARIES): Rename to ...
	(noinst_LTLIBRARIES): ... this target.
| -rw-r--r-- | gpgmeplug/ChangeLog | 5 | ||||
| -rw-r--r-- | gpgmeplug/Makefile.am | 7 | 
2 files changed, 6 insertions, 6 deletions
diff --git a/gpgmeplug/ChangeLog b/gpgmeplug/ChangeLog index f57381a5..02ab8e4d 100644 --- a/gpgmeplug/ChangeLog +++ b/gpgmeplug/ChangeLog @@ -1,5 +1,10 @@  2001-12-19  Marcus Brinkmann  <[email protected]> +	* Makefile.am (lib_LTLIBRARIES): Rename to ... +	(noinst_LTLIBRARIES): ... this target. + +2001-12-19  Marcus Brinkmann  <[email protected]> +  	* Makefile.am (libgpgmeplug_la_SOURCES): Remove gpgme.h.  	(libgpgsmplug_la_SOURCES): Likewise. diff --git a/gpgmeplug/Makefile.am b/gpgmeplug/Makefile.am index 40420fd9..a55cc24b 100644 --- a/gpgmeplug/Makefile.am +++ b/gpgmeplug/Makefile.am @@ -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  | 
