diff options
author | Dan Winship <danw@src.gnome.org> | 2003-09-11 22:57:43 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-09-11 22:57:43 +0800 |
commit | 02366b54531b7cd17bc0acf8b4cd01649f59aa1b (patch) | |
tree | fd167548656da491e1818dc98ba2c5637a367a9f | |
parent | d64c2ec239f3ee3afca669d13035b55e1d6d2af9 (diff) | |
download | gsoc2013-evolution-02366b54531b7cd17bc0acf8b4cd01649f59aa1b.tar.gz gsoc2013-evolution-02366b54531b7cd17bc0acf8b4cd01649f59aa1b.tar.zst gsoc2013-evolution-02366b54531b7cd17bc0acf8b4cd01649f59aa1b.zip |
Remove libcamel-static.la
* Makefile.am (noinst_LTLIBRARIES): Remove libcamel-static.la
svn path=/trunk/; revision=22516
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/Makefile.am | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 24553b3022..b1a79215f6 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2003-09-11 Dan Winship <danw@ximian.com> + + * Makefile.am (noinst_LTLIBRARIES): Remove libcamel-static.la + 2003-09-05 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (imap_noop): call diff --git a/camel/Makefile.am b/camel/Makefile.am index edc0c9fdb0..ac2d04cdec 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -8,7 +8,6 @@ camellibexecdir = $(privlibexecdir)/camel camellibexec_PROGRAMS = camel-lock-helper camel-index-control privlib_LTLIBRARIES = libcamel.la -noinst_LTLIBRARIES = libcamel-static.la INCLUDES = -I.. -I$(srcdir)/.. \ -I$(top_srcdir)/intl \ @@ -223,10 +222,6 @@ libcamel_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(CAMEL_LIBS) -libcamel_static_la_SOURCES = $(libcamel_la_SOURCES) -libcamel_static_la_LIBADD = $(libcamel_la_LIBADD) -libcamel_static_la_LDFLAGS = --all-static - camel_lock_helper_SOURCES = \ camel-lock-helper.c \ camel-lock-helper.h |