diff options
Diffstat (limited to 'default_user')
-rw-r--r-- | default_user/ChangeLog | 5 | ||||
-rw-r--r-- | default_user/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 2a8fe1034f..61c6c508f4 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Jason Leach <jleach@ximian.com> + + * Makefile.am (install-data-hook): Only try to make a + $(defaultdir)/news if building with NNTP support. + 2001-07-19 Chris Toshok <toshok@ximian.com> * addressbook-sources.xml: remove all the servers that just don't 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 |