/[svn]/linuxsampler/trunk/Makefile.am
ViewVC logotype

Diff of /linuxsampler/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1930 by schoenebeck, Thu Aug 30 11:40:14 2007 UTC revision 1931 by persson, Sat Jul 4 14:58:34 2009 UTC
# Line 21  else Line 21  else
21  have_sqlite = "no"  have_sqlite = "no"
22  endif  endif
23    
24    if !CROSS_COMPILING
25  install-data-local:  install-data-local:
26          @if [ ! -e "$(DESTDIR)/var/lib/linuxsampler/instruments.db" -a \          @if [ ! -e "$(DESTDIR)/var/lib/linuxsampler/instruments.db" -a \
27          $(have_sqlite) = "yes" ] ; then \          $(have_sqlite) = "yes" ] ; then \
# Line 31  install-data-local: Line 32  install-data-local:
32          mkdir -p $(DESTDIR)/var/lib/linuxsampler && ./src/linuxsampler \          mkdir -p $(DESTDIR)/var/lib/linuxsampler && ./src/linuxsampler \
33          --create-instruments-db $(DESTDIR)/var/lib/linuxsampler/instruments.db ; \          --create-instruments-db $(DESTDIR)/var/lib/linuxsampler/instruments.db ; \
34          fi          fi
35    endif
36    
37  # generate parser with yacc  # generate parser with yacc
38  parser:  parser:

Legend:
Removed from v.1930  
changed lines
  Added in v.1931

  ViewVC Help
Powered by ViewVC