/[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 1223 by persson, Sun Jun 10 09:25:57 2007 UTC revision 1324 by schoenebeck, Tue Sep 4 18:02:27 2007 UTC
# Line 35  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.1223  
changed lines
  Added in v.1324

  ViewVC Help
Powered by ViewVC