* Makefile.am (install-data-hook): Only try to make a $(defaultdir)/news if building with NNTP support. svn path=/trunk/; revision=11475
12 lines
214 B
Makefile
12 lines
214 B
Makefile
SUBDIRS = local
|
|
|
|
defaultdir = $(datadir)/evolution/default_user
|
|
default_DATA = addressbook-sources.xml searches.xml
|
|
|
|
EXTRA_DIST = $(default_DATA)
|
|
|
|
install-data-hook:
|
|
if ENABLE_NNTP
|
|
-mkdir $(defaultdir)/news
|
|
endif
|