This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
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
8409a5d324
commit
c8b56db60a
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save