/[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 1212 by schoenebeck, Tue May 29 23:59:36 2007 UTC revision 1324 by schoenebeck, Tue Sep 4 18:02:27 2007 UTC
# Line 11  liblinuxsamplercommoninclude_HEADERS = \ Line 11  liblinuxsamplercommoninclude_HEADERS = \
11          global.h \          global.h \
12          optional.h \          optional.h \
13          Mutex.h \          Mutex.h \
14          SynchronizedConfig.h          SynchronizedConfig.h \
15            Condition.h
16    
17  noinst_LTLIBRARIES = liblinuxsamplercommon.la  noinst_LTLIBRARIES = liblinuxsamplercommon.la
18  liblinuxsamplercommon_la_SOURCES = \  liblinuxsamplercommon_la_SOURCES = \
# Line 34  liblinuxsamplercommon_la_SOURCES = \ Line 35  liblinuxsamplercommon_la_SOURCES = \
35  install-exec-hook:  install-exec-hook:
36          mkdir -p $(DESTDIR)$(config_plugin_dir)          mkdir -p $(DESTDIR)$(config_plugin_dir)
37    
38  # remove the plugins directory  # remove the plugins directory (if empty)
39  uninstall-hook:  uninstall-hook:
40          rmdir $(DESTDIR)$(config_plugin_dir)          rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

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

  ViewVC Help
Powered by ViewVC