/[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 1835 by iliev, Mon Feb 16 17:56:50 2009 UTC revision 1948 by persson, Sun Jul 19 11:12:13 2009 UTC
# Line 1  Line 1 
1  # set the include path found by configure  # set the include path found by configure
2  INCLUDES= $(all_includes)  INCLUDES= $(all_includes) $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
3    
4  if HAVE_COREMIDI  if HAVE_COREMIDI
5  coremidi_ldflags = -framework CoreAudio \  coremidi_ldflags = -framework CoreAudio \
# Line 41  liblinuxsampler_la_LDFLAGS = -version-in Line 41  liblinuxsampler_la_LDFLAGS = -version-in
41    
42  bin_PROGRAMS = linuxsampler  bin_PROGRAMS = linuxsampler
43  linuxsampler_SOURCES = linuxsampler.cpp  linuxsampler_SOURCES = linuxsampler.cpp
44  linuxsampler_LDADD = $(top_builddir)/src/liblinuxsampler.la  linuxsampler_LDADD = liblinuxsampler.la
45  linuxsampler_LDFLAGS = $(coremidi_ldflags)  linuxsampler_LDFLAGS = $(coremidi_ldflags)

Legend:
Removed from v.1835  
changed lines
  Added in v.1948

  ViewVC Help
Powered by ViewVC