diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-19 02:36:55 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-19 02:36:55 +0800 |
commit | 40a550f2bb6dc1770767e824a2c77307a5dffa9b (patch) | |
tree | 32ca6787bceb50158eb49202f44c102bd873cb65 /addressbook/util/Makefile.am | |
parent | 8340689e4a19748936e4a192390f87e8393f24d7 (diff) | |
download | gsoc2013-evolution-40a550f2bb6dc1770767e824a2c77307a5dffa9b.tar.gz gsoc2013-evolution-40a550f2bb6dc1770767e824a2c77307a5dffa9b.tar.zst gsoc2013-evolution-40a550f2bb6dc1770767e824a2c77307a5dffa9b.zip |
gui/component/Makefile.am gui/contact-editor/Makefile.am
2005-06-18 Tor Lillqvist <tml@novell.com>
* gui/component/Makefile.am
* gui/contact-editor/Makefile.am
* gui/contact-list-editor/Makefile.am
* gui/merging/Makefile.am
* gui/search/Makefile.am
* gui/widgets/Makefile.am: Prune unnecessary and nonexistent
directories from the -I options. Prune pathname macros not used in
the sources in that directory from the -D options.
* gui/component/Makefile.am
* gui/contact-editor/Makefile.am
* gui/contact-list-editor/Makefile.am
* util/Makefile.am: Use NO_UNDEFINED. Link with all necessary
libraries.
* gui/component/Makefile.am: Use Win32-specific hack to work
around MSYS feature in the gconftool invocation.
* gui/contact-editor/Makefile.am
* gui/contact-list-editor/Makefile.am: Use bootstrap library
libevolution-addressbook on Win32.
* gui/contact-editor/Makefile.am
* gui/contact-list-editor/Makefile.am
* util/Makefile.am: Use privsolib_LTLIBRARIES instead of
privlib_LTLIBRARIES (see ../ChangeLog).
svn path=/trunk/; revision=29546
Diffstat (limited to 'addressbook/util/Makefile.am')
-rw-r--r-- | addressbook/util/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am index 20d642de8e..cdafbb272d 100644 --- a/addressbook/util/Makefile.am +++ b/addressbook/util/Makefile.am @@ -10,13 +10,15 @@ INCLUDES = \ -I$(top_srcdir)/shell \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) -privlib_LTLIBRARIES = libeabutil.la +privsolib_LTLIBRARIES = libeabutil.la libeabutil_la_SOURCES = \ eab-marshal.c \ eab-book-util.c \ eab-book-util.h +libeabutil_la_LDFLAGS = $(NO_UNDEFINED) + libeabutil_la_LIBADD = \ $(EVOLUTION_ADDRESSBOOK_LIBS) \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ |