diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-09-28 19:09:24 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-09-28 19:09:24 +0000 |
commit | b70ade0a46186a32cdbe6e93741290ad1c94b9d6 (patch) | |
tree | c37d674920f9fe260968347e1e829c3a8f137f24 | |
parent | 00070edb7badebb07c81c3fcc9d138ea3e653a51 (diff) |
install alias helps
svn path=/trunk/externals/zexy/; revision=15388
-rw-r--r-- | reference/Makefile.am | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/reference/Makefile.am b/reference/Makefile.am index 7290c42..3616fc5 100644 --- a/reference/Makefile.am +++ b/reference/Makefile.am @@ -4,7 +4,7 @@ SUFFIXES = .pd zexydir=$(pkglibdir) -dist_zexy_DATA=\ +dist_zexy_DATA= \ a2l-help.pd \ atoi-help.pd \ avg~-help.pd \ @@ -78,3 +78,16 @@ dist_zexy_DATA=\ wrap-help.pd \ z~-help.pd \ zigbinops-help.pd + +dist_zexy_DATA+= \ + unfold-help.pd \ + mux-help.pd \ + demux~-help.pd \ + l2i-help.pd \ + l2s-help.pd \ + any2list-help.pd \ + lp-help.pd \ + demux-help.pd \ + l-help.pd \ + mux~-help.pd \ + s2l-help.pd |