Browse Source

headers weren't in dist. Fixed.

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@317 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
trutkin 23 years ago
parent
commit
c8b56db60a
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      jack/Makefile.am

+ 4
- 2
jack/Makefile.am View File

@@ -6,7 +6,8 @@ libjackinclude_HEADERS = \
jack.h \
error.h \
transport.h \
types.h
types.h \
timestamps.h

noinst_HEADERS = \
alsa_driver.h \
@@ -22,5 +23,6 @@ noinst_HEADERS = \
pool.h \
port.h \
start.h \
jslist.h
jslist.h \
hdsp.h


Loading…
Cancel
Save