diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-23 21:36:04 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-23 21:36:04 +0200 |
commit | 1f3c3e0510035d04cdd39b2bd2edc5e8d8c9810d (patch) | |
tree | 253dd96ec04429d55812a12cd2fe79b90bf6ee57 | |
parent | 8e846d9bb66f64a97f8b9de88654445e0ef7b059 (diff) |
Add missing header to extra dist.v0.9.13
-rw-r--r-- | drumgizmo/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drumgizmo/Makefile.am b/drumgizmo/Makefile.am index 6fe9428..e41e72c 100644 --- a/drumgizmo/Makefile.am +++ b/drumgizmo/Makefile.am @@ -93,6 +93,7 @@ EXTRA_DIST = \ output/alsa.h \ output/jackaudio.h \ output/outputdummy.h \ + output/oss.h \ output/wavfile.h endif # ENABLE_CLI |