aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/search/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-06-07 21:54:51 +0800
committernobody <nobody@localhost>2001-06-07 21:54:51 +0800
commit86ac33df94879dfc27d7aa899363976c4f0834b3 (patch)
treefe5dd735cfb0c28e8884e188fd02c9f3beea17c6 /addressbook/gui/search/Makefile.am
parent1576914644c6a83c6d2429c79c357c72b07906d0 (diff)
downloadgsoc2013-evolution-86ac33df94879dfc27d7aa899363976c4f0834b3.tar
gsoc2013-evolution-86ac33df94879dfc27d7aa899363976c4f0834b3.tar.gz
gsoc2013-evolution-86ac33df94879dfc27d7aa899363976c4f0834b3.tar.bz2
gsoc2013-evolution-86ac33df94879dfc27d7aa899363976c4f0834b3.tar.lz
gsoc2013-evolution-86ac33df94879dfc27d7aa899363976c4f0834b3.tar.xz
gsoc2013-evolution-86ac33df94879dfc27d7aa899363976c4f0834b3.tar.zst
gsoc2013-evolution-86ac33df94879dfc27d7aa899363976c4f0834b3.zip
This commit was manufactured by cvs2svn to create tagGNOME_MEDIA_1_2_3
'GNOME_MEDIA_1_2_3'. svn path=/tags/GNOME_MEDIA_1_2_3/; revision=10145
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 d932aaac77..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 \
- -DSEARCH_RULE_DIR=\"$(ruledir)\" \
- $(BONOBO_GNOME_CFLAGS) \
- $(EXTRA_GNOME_CFLAGS)
-
-noinst_LIBRARIES = \
- libeaddressbooksearch.a
-
-libeaddressbooksearch_a_SOURCES = \
- e-addressbook-search-dialog.c \
- e-addressbook-search-dialog.h