~ubuntu-branches/ubuntu/trusty/sphinxsearch/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Radu Spineanu
  • Date: 2009-11-17 22:19:42 UTC
  • Revision ID: james.westby@ubuntu.com-20091117221942-nm751ur701m9vrzt
Tags: upstream-0.9.8.1
ImportĀ upstreamĀ versionĀ 0.9.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if USE_LIBSTEMMER
 
2
SUBDIRS = libstemmer_c src test
 
3
else
 
4
SUBDIRS = src test
 
5
endif
 
6
 
 
7
EXTRA_DIST = api storage sphinx.conf.in sphinx-min.conf.in example.sql
 
8
sysconf_DATA = sphinx.conf.dist sphinx-min.conf.dist example.sql
 
9
 
 
10
install-data-hook:
 
11
        mkdir -p $(DESTDIR)$(localstatedir)/data && mkdir -p $(DESTDIR)$(localstatedir)/log