* gui/contact-editor/Makefile.am: Build libecontacteditor as an uninstalled shared library. * gui/contact-list-editor/Makefile.am: Likewise for libecontactlisteditor * gui/merging/Makefile.am: and libecardmerging * gui/search/Makefile.am: and libeaddressbooksearch * gui/widgets/Makefile.am: and libeminicard * printing/Makefile.am: and libecontactprint * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): Update for new library names (and get rid of libtool portability warnings). svn path=/trunk/; revision=20112
28 lines
757 B
Makefile
28 lines
757 B
Makefile
ruledir = $(privdatadir)
|
|
rule_DATA = addresstypes.xml
|
|
|
|
EXTRA_DIST = addresstypes.xml
|
|
|
|
INCLUDES = \
|
|
-DG_LOG_DOMAIN=\"e-addressbook-search\" \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/addressbook/backend \
|
|
-I$(top_builddir)/addressbook/backend \
|
|
-I$(top_srcdir)/addressbook/contact-editor \
|
|
-I$(top_srcdir)/widgets/e-text \
|
|
-I$(top_srcdir)/widgets/misc \
|
|
-I$(top_builddir)/shell \
|
|
-DSEARCH_RULE_DIR=\"$(ruledir)\" \
|
|
-DG_DISABLE_DEPRECATED \
|
|
-DGTK_DISABLE_DEPRECATED \
|
|
-DLIBGNOME_DISABLE_DEPRECATED \
|
|
-DLIBGNOMEUI_DISABLE_DEPRECATED \
|
|
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
|
|
|
|
noinst_LTLIBRARIES = \
|
|
libeaddressbooksearch.la
|
|
|
|
libeaddressbooksearch_la_SOURCES = \
|
|
e-addressbook-search-dialog.c \
|
|
e-addressbook-search-dialog.h
|