diff options
-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 \ |