aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2004-10-20 00:12:32 +0800
committernobody <nobody@localhost>2004-10-20 00:12:32 +0800
commit00c7cd72bddc6e0c24d03639cb2305424e0ee2cc (patch)
treea58b134fc5d7fdc0836f1b9bb2f2c99ac01565e3 /addressbook/Makefile.am
parentda657db10113fc2fbb1b0b17f8482899f2abf772 (diff)
downloadgsoc2013-evolution-GAL_2_3_0.tar.gz
gsoc2013-evolution-GAL_2_3_0.tar.zst
gsoc2013-evolution-GAL_2_3_0.zip
This commit was manufactured by cvs2svn to create tag 'GAL_2_3_0'.GAL_2_3_0
svn path=/tags/GAL_2_3_0/; revision=27626
Diffstat (limited to 'addressbook/Makefile.am')
-rw-r--r--addressbook/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am
deleted file mode 100644
index 4fde08a4a9..0000000000
--- a/addressbook/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-if ENABLE_PILOT_CONDUITS
-CONDUIT_SUBDIR=conduit
-endif
-
-SUBDIRS = \
- util printing gui importers tools $(CONDUIT_SUBDIR)
-
-error_DATA = addressbook-errors.xml
-error_i18n = $(error_DATA:.xml=.xml.h)
-errordir = $(privdatadir)/errors
-%.xml.h: %.xml
- $(top_builddir)/e-util/e-error-tool $^
-
-EXTRA_DIST = \
- ChangeLog.pre-1-4 \
- $(error_DATA)
-
-dist-hook:
- cd $(distdir); rm -f $(BUILT_SOURCES)
-
-BUILT_SOURCES = $(error_i18n)
-
-CLEANFILES = $(BUILT_SOURCES)