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 | |
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
-rw-r--r-- | addressbook/gui/search/Makefile.am | 2 | ||||
-rw-r--r-- | camel/providers/nntp/Makefile.am | 1 |
2 files changed, 3 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) \ diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am index 1cdc9c4718..6e304d8412 100644 --- a/camel/providers/nntp/Makefile.am +++ b/camel/providers/nntp/Makefile.am @@ -26,6 +26,7 @@ libcamelnntp_la_SOURCES = \ camel-nntp-utils.c libcamelnntpinclude_HEADERS = \ + camel-nntp-auth.h \ camel-nntp-resp-codes.h \ camel-nntp-folder.h \ camel-nntp-newsrc.h \ |