aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/search/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-05-16 00:19:25 +0800
committernobody <nobody@localhost>2002-05-16 00:19:25 +0800
commitd27d55fe051d6f3bf5a5670f71ee2e0e9ee1c71e (patch)
tree9a14849dd3a40bd1667b88d689e2aa7d58d08bce /addressbook/gui/search/Makefile.am
parent74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff)
downloadgsoc2013-evolution-guikachu-1_2_3.tar
gsoc2013-evolution-guikachu-1_2_3.tar.gz
gsoc2013-evolution-guikachu-1_2_3.tar.bz2
gsoc2013-evolution-guikachu-1_2_3.tar.lz
gsoc2013-evolution-guikachu-1_2_3.tar.xz
gsoc2013-evolution-guikachu-1_2_3.tar.zst
gsoc2013-evolution-guikachu-1_2_3.zip
This commit was manufactured by cvs2svn to create tagguikachu-1_2_3
'guikachu-1_2_3'. svn path=/tags/guikachu-1_2_3/; revision=16902
Diffstat (limited to 'addressbook/gui/search/Makefile.am')
-rw-r--r--addressbook/gui/search/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am
deleted file mode 100644
index db4117c785..0000000000
--- a/addressbook/gui/search/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-ruledir = $(datadir)/evolution
-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)\" \
- $(EVOLUTION_ADDRESSBOOK_CFLAGS)
-
-noinst_LIBRARIES = \
- libeaddressbooksearch.a
-
-libeaddressbooksearch_a_SOURCES = \
- e-addressbook-search-dialog.c \
- e-addressbook-search-dialog.h