diff options
author | Peter Teichman <teichman@src.gnome.org> | 2000-09-13 03:09:28 +0800 |
---|---|---|
committer | Peter Teichman <teichman@src.gnome.org> | 2000-09-13 03:09:28 +0800 |
commit | 86dc13ebf4706ec24b78f524428a57404957dc10 (patch) | |
tree | f2c7aa523bd244b144491be81aa81fcdc9c4a560 /addressbook | |
parent | fd3b33bc934a114a0a8ff5c94ccf2d21f5d09032 (diff) | |
download | gsoc2013-evolution-86dc13ebf4706ec24b78f524428a57404957dc10.tar gsoc2013-evolution-86dc13ebf4706ec24b78f524428a57404957dc10.tar.gz gsoc2013-evolution-86dc13ebf4706ec24b78f524428a57404957dc10.tar.bz2 gsoc2013-evolution-86dc13ebf4706ec24b78f524428a57404957dc10.tar.lz gsoc2013-evolution-86dc13ebf4706ec24b78f524428a57404957dc10.tar.xz gsoc2013-evolution-86dc13ebf4706ec24b78f524428a57404957dc10.tar.zst gsoc2013-evolution-86dc13ebf4706ec24b78f524428a57404957dc10.zip |
fixes to make this beast distcheck
svn path=/trunk/; revision=5377
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/search/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am index 8e08218781..0225830708 100644 --- a/addressbook/gui/search/Makefile.am +++ b/addressbook/gui/search/Makefile.am @@ -1,6 +1,8 @@ ruledir = $(prefix)/share/evolution rule_DATA = addresstypes.xml +EXTRA_DIST = addresstypes.xml + INCLUDES = \ -DG_LOG_DOMAIN=\"e-addressbook-search\" \ -I$(top_srcdir) \ |