/[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 1332 by schoenebeck, Sun Sep 9 12:22:34 2007 UTC revision 1424 by schoenebeck, Sun Oct 14 22:00:17 2007 UTC
# Line 5  AM_CXXFLAGS = -Wreturn-type -ffast-math Line 5  AM_CXXFLAGS = -Wreturn-type -ffast-math
5    
6  liblinuxsamplercommonincludedir = $(includedir)/linuxsampler/common  liblinuxsamplercommonincludedir = $(includedir)/linuxsampler/common
7  liblinuxsamplercommoninclude_HEADERS = \  liblinuxsamplercommoninclude_HEADERS = \
         atomic.h \  
8          Exception.h \          Exception.h \
9          Thread.h \          Thread.h \
10          global.h \          global.h \
# Line 16  liblinuxsamplercommoninclude_HEADERS = \ Line 15  liblinuxsamplercommoninclude_HEADERS = \
15    
16  noinst_LTLIBRARIES = liblinuxsamplercommon.la  noinst_LTLIBRARIES = liblinuxsamplercommon.la
17  liblinuxsamplercommon_la_SOURCES = \  liblinuxsamplercommon_la_SOURCES = \
18            global_private.cpp global_private.h \
19          ArrayList.h \          ArrayList.h \
20          Condition.cpp Condition.h \          Condition.cpp Condition.h \
21          ConditionServer.cpp ConditionServer.h \          ConditionServer.cpp ConditionServer.h \
22          Features.cpp Features.h \          Features.cpp Features.h \
         global.cpp \  
23          Mutex.cpp \          Mutex.cpp \
24          optional.cpp \          optional.cpp \
25          Pool.h \          Pool.h \

Legend:
Removed from v.1332  
changed lines
  Added in v.1424

  ViewVC Help
Powered by ViewVC