diff options
Diffstat (limited to 'reference')
-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 |