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

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

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

revision 2888 by schoenebeck, Fri Apr 22 15:37:45 2016 UTC revision 2889 by schoenebeck, Mon Apr 25 17:28:23 2016 UTC
# Line 11  BUILT_SOURCES = parser.h Line 11  BUILT_SOURCES = parser.h
11  liblinuxsamplerscriptvmincludedir = $(includedir)/linuxsampler/scriptvm  liblinuxsamplerscriptvmincludedir = $(includedir)/linuxsampler/scriptvm
12  liblinuxsamplerscriptvminclude_HEADERS = \  liblinuxsamplerscriptvminclude_HEADERS = \
13          common.h \          common.h \
14          ScriptVM.h          ScriptVM.h \
15            ScriptVMFactory.h
16    
17  noinst_LTLIBRARIES = liblinuxsamplerscriptvm.la  noinst_LTLIBRARIES = liblinuxsamplerscriptvm.la
18  liblinuxsamplerscriptvm_la_SOURCES = \  liblinuxsamplerscriptvm_la_SOURCES = \
# Line 20  liblinuxsamplerscriptvm_la_SOURCES = \ Line 21  liblinuxsamplerscriptvm_la_SOURCES = \
21          parser.h parser.cpp \          parser.h parser.cpp \
22          tree.h tree.cpp \          tree.h tree.cpp \
23          CoreVMFunctions.h CoreVMFunctions.cpp \          CoreVMFunctions.h CoreVMFunctions.cpp \
24          ScriptVM.h ScriptVM.cpp          ScriptVM.h ScriptVM.cpp \
25            ScriptVMFactory.h ScriptVMFactory.cpp
26    
27  yacc_sources = parser.y  yacc_sources = parser.y
28    

Legend:
Removed from v.2888  
changed lines
  Added in v.2889

  ViewVC Help
Powered by ViewVC