diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-07-30 23:57:22 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-30 23:57:22 +0800 |
commit | 274f811fc9c8e02286cd74003bb5cbcd8f14a367 (patch) | |
tree | 363ba557a9f60c0fb1c0445f9ab09bd7071185cc /default_user/Makefile.am | |
parent | 94151ce4a0912d066ee78acbd2c44a7cbb491664 (diff) | |
download | gsoc2013-evolution-274f811fc9c8e02286cd74003bb5cbcd8f14a367.tar.gz gsoc2013-evolution-274f811fc9c8e02286cd74003bb5cbcd8f14a367.tar.zst gsoc2013-evolution-274f811fc9c8e02286cd74003bb5cbcd8f14a367.zip |
Jason Leach <jleach@ximian.com>
* Makefile.am (install-data-hook): Only try to make a
$(defaultdir)/news if building with NNTP support.
svn path=/trunk/; revision=11475
Diffstat (limited to 'default_user/Makefile.am')
-rw-r--r-- | default_user/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default_user/Makefile.am b/default_user/Makefile.am index 63baeab1f4..40a5f31b7b 100644 --- a/default_user/Makefile.am +++ b/default_user/Makefile.am @@ -6,4 +6,6 @@ default_DATA = addressbook-sources.xml searches.xml EXTRA_DIST = $(default_DATA) install-data-hook: +if ENABLE_NNTP -mkdir $(defaultdir)/news +endif |