diff options
author | Dan Winship <danw@src.gnome.org> | 2003-08-29 04:03:43 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-08-29 04:03:43 +0800 |
commit | 39d8d81a90cdaf5f254c9581834f7faebd0f073b (patch) | |
tree | 82576264929e06dc067d9f6181c1335feb8fdc00 /e-util/Makefile.am | |
parent | b789f7256444af8adeb3f40a3496488763c0f159 (diff) | |
download | gsoc2013-evolution-39d8d81a90cdaf5f254c9581834f7faebd0f073b.tar.gz gsoc2013-evolution-39d8d81a90cdaf5f254c9581834f7faebd0f073b.tar.zst gsoc2013-evolution-39d8d81a90cdaf5f254c9581834f7faebd0f073b.zip |
Remove libeutil-static.la and libeconduit-static.la
* Makefile.am (noinst_LTLIBRARIES): Remove libeutil-static.la and
libeconduit-static.la
* ename/Makefile.am (noinst_LTLIBRARIES): Remove
libename-static.la
svn path=/trunk/; revision=22405
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 1d09e140bb..61c49ed99c 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -16,7 +16,6 @@ INCLUDES = \ $(E_UTIL_CFLAGS) privlib_LTLIBRARIES = libeutil.la libedb3util.la libeconduit.la -noinst_LTLIBRARIES = libeutil-static.la libeconduit-static.la eutilinclude_HEADERS = \ e-account-list.h \ @@ -93,13 +92,6 @@ MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h libeutil_la_LIBADD = $(E_UTIL_LIBS) -libeutil_static_la_SOURCES = $(libeutil_la_SOURCES) -libeutil_static_la_LIBADD = $(libeutil_la_LIBADD) -libeutil_static_la_LDFLAGS = -all-static -# Make sure libeutil.la and libeutil-static.la are not built in -# parallel when using a parallel make; libtool can't handle that. -libeutil_static_la_DEPENDENCIES = libeutil.la - econdinclude_HEADERS = \ e-pilot-map.h \ e-pilot-settings.h \ @@ -119,9 +111,6 @@ endif libeconduit_la_SOURCES = $(pilot_compile) -libeconduit_static_la_SOURCES = $(libeconduit_la_SOURCES) -libeconduit_static_la_LDFLAGS = -all-static - EXTRA_DIST = \ $(pilot_sources) \ ChangeLog.pre-1-4 \ |