/[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 1200 by iliev, Thu May 24 14:04:18 2007 UTC revision 1212 by schoenebeck, Tue May 29 23:59:36 2007 UTC
# Line 7  liblinuxsamplercommonincludedir = $(incl Line 7  liblinuxsamplercommonincludedir = $(incl
7  liblinuxsamplercommoninclude_HEADERS = \  liblinuxsamplercommoninclude_HEADERS = \
8          atomic.h \          atomic.h \
9          Exception.h \          Exception.h \
10            Thread.h \
11          global.h \          global.h \
12          optional.h \          optional.h \
13          Mutex.h \          Mutex.h \
# Line 28  liblinuxsamplercommon_la_SOURCES = \ Line 29  liblinuxsamplercommon_la_SOURCES = \
29          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
30          Thread.cpp Thread.h \          Thread.cpp Thread.h \
31          WorkerThread.cpp WorkerThread.h          WorkerThread.cpp WorkerThread.h
32    
33    # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
34    install-exec-hook:
35            mkdir -p $(DESTDIR)$(config_plugin_dir)
36    
37    # remove the plugins directory
38    uninstall-hook:
39            rmdir $(DESTDIR)$(config_plugin_dir)

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

  ViewVC Help
Powered by ViewVC