-rw-r--r-- | include/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..edfb186 --- a/dev/null +++ b/include/Makefile.am @@ -0,0 +1,5 @@ +nobase_include_HEADERS = \ + midillo/util.h midillo/exception.h \ + midillo/SMF.h \ + midillo/chunk.h midillo/MTrk.h midillo/MThd.h \ + midillo/event.h midillo/message.h |