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
commit
d8aaac18ee
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      configure.in
  2. +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


Loading…
Cancel
Save