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

Diff of /linuxsampler/trunk/src/Makefile.am

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

revision 2532 by schoenebeck, Wed Feb 5 20:45:18 2014 UTC revision 2533 by persson, Sat Mar 8 09:04:42 2014 UTC
# Line 3  AM_CPPFLAGS= $(all_includes) $(GIG_CFLAG Line 3  AM_CPPFLAGS= $(all_includes) $(GIG_CFLAG
3    
4  if HAVE_WINDOWS  if HAVE_WINDOWS
5  system_libs =  system_libs =
6    SHELL_SUBDIR =
7  else  else
8  system_libs = -lpthread -ldl  system_libs = -lpthread -ldl
9    SHELL_SUBDIR = shell
10  endif  endif
11    
12  if HAVE_COREMIDI  if HAVE_COREMIDI
# Line 30  endif Line 32  endif
32    
33  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
34    
35  SUBDIRS = db network engines common testcases drivers plugins effects . hostplugins shell  SUBDIRS = db network engines common testcases drivers plugins effects . hostplugins $(SHELL_SUBDIR)
36    
37  liblinuxsamplerincludedir = $(includedir)/linuxsampler  liblinuxsamplerincludedir = $(includedir)/linuxsampler
38  liblinuxsamplerinclude_HEADERS = Sampler.h EventListeners.h  liblinuxsamplerinclude_HEADERS = Sampler.h EventListeners.h

Legend:
Removed from v.2532  
changed lines
  Added in v.2533

  ViewVC Help
Powered by ViewVC