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
Added shm.h to jack/Makefile.am
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@379 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
trutkin
22 years ago
parent
d5404fb15c
commit
d8aaac18ee
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.in
+1
-0
jack/Makefile.am
+ 1
- 1
configure.in
View File
@@ -14,7 +14,7 @@ dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=70
JACK_MICRO_VERSION=
3
JACK_MICRO_VERSION=
4
dnl ---
dnl HOWTO: updating the jack protocal version
+ 1
- 0
jack/Makefile.am
View File
@@ -24,6 +24,7 @@ noinst_HEADERS = \
memops.h \
pool.h \
port.h \
shm.h \
start.h \
time.h \
version.h
Write
Preview
Loading…
Cancel
Save