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

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

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

revision 1012 by capela, Sun Jan 7 15:52:36 2007 UTC revision 1212 by schoenebeck, Tue May 29 23:59:36 2007 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH) -DCONFIG_PLUGIN_DIR=\"$(config_plugin_dir)\"
3  METASOURCES = AUTO  METASOURCES = AUTO
4  SUBDIRS = gig common  SUBDIRS = gig common
5    
# Line 8  liblinuxsamplerengineinclude_HEADERS = \ Line 8  liblinuxsamplerengineinclude_HEADERS = \
8          Engine.h \          Engine.h \
9          EngineChannel.h \          EngineChannel.h \
10          FxSend.h \          FxSend.h \
11          InstrumentManager.h          InstrumentManager.h \
12            InstrumentEditor.h \
13            InstrumentEditorFactory.h
14    
15  noinst_LTLIBRARIES = liblinuxsamplerengines.la  noinst_LTLIBRARIES = liblinuxsamplerengines.la
16  liblinuxsamplerengines_la_SOURCES = \  liblinuxsamplerengines_la_SOURCES = \
# Line 18  liblinuxsamplerengines_la_SOURCES = \ Line 20  liblinuxsamplerengines_la_SOURCES = \
20          EngineChannelFactory.cpp EngineChannelFactory.h \          EngineChannelFactory.cpp EngineChannelFactory.h \
21          FxSend.cpp FxSend.h \          FxSend.cpp FxSend.h \
22          InstrumentManager.cpp InstrumentManager.h \          InstrumentManager.cpp InstrumentManager.h \
23          InstrumentManagerThread.cpp InstrumentManagerThread.h          InstrumentManagerThread.cpp InstrumentManagerThread.h \
24            InstrumentEditor.cpp InstrumentEditor.h \
25            InstrumentEditorFactory.cpp InstrumentEditorFactory.h

Legend:
Removed from v.1012  
changed lines
  Added in v.1212

  ViewVC Help
Powered by ViewVC