aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/search/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-11-07 00:33:24 +0800
committernobody <nobody@localhost>2002-11-07 00:33:24 +0800
commit1168a2376f934efe2d919e4d439d7eaff4f16014 (patch)
treeeb739ba41251ad0e5399c56cd201a5496914f929 /addressbook/gui/search/Makefile.am
parent774aba8ec57d4e7d76a8b5bab60308a05159da64 (diff)
downloadgsoc2013-evolution-GEDIT_2_1_3.tar.gz
gsoc2013-evolution-GEDIT_2_1_3.tar.zst
gsoc2013-evolution-GEDIT_2_1_3.zip
This commit was manufactured by cvs2svn to create tag 'GEDIT_2_1_3'.GEDIT_2_1_3
svn path=/tags/GEDIT_2_1_3/; revision=18603
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