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

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

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

revision 2630 by schoenebeck, Fri Jun 13 15:01:06 2014 UTC revision 4085 by schoenebeck, Fri Jan 26 18:34:32 2024 UTC
# Line 30  liblinuxsamplercommon_la_SOURCES = \ Line 30  liblinuxsamplercommon_la_SOURCES = \
30          Pool.h \          Pool.h \
31          ResourceManager.h \          ResourceManager.h \
32          RingBuffer.h \          RingBuffer.h \
33            RTAVLTree.h \
34          RTMath.cpp RTMath.h \          RTMath.cpp RTMath.h \
35          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
36          Thread.cpp Thread.h \          Thread.cpp Thread.h \
# Line 40  liblinuxsamplercommon_la_SOURCES = \ Line 41  liblinuxsamplercommon_la_SOURCES = \
41          Ref.h Ref.cpp \          Ref.h Ref.cpp \
42          ChangeFlagRelaxed.h          ChangeFlagRelaxed.h
43    
44    EXTRA_DIST = \
45            RTAVLTreeTest.cpp
46    
47  # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)  # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
48  install-exec-hook:  install-exec-hook:
49          mkdir -p $(DESTDIR)$(config_plugin_dir)          mkdir -p $(DESTDIR)$(config_plugin_dir)

Legend:
Removed from v.2630  
changed lines
  Added in v.4085

  ViewVC Help
Powered by ViewVC