From d8aaac18ee287a47aa379f17d6f10ff8b337911b Mon Sep 17 00:00:00 2001 From: trutkin Date: Mon, 5 May 2003 22:30:19 +0000 Subject: [PATCH] Added shm.h to jack/Makefile.am git-svn-id: svn+ssh://jackaudio.org/trunk/jack@379 0c269be4-1314-0410-8aa9-9f06e86f4224 --- configure.in | 2 +- jack/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 0d7247c..d8f3acc 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/jack/Makefile.am b/jack/Makefile.am index 76aa2e4..bd98f86 100644 --- a/jack/Makefile.am +++ b/jack/Makefile.am @@ -24,6 +24,7 @@ noinst_HEADERS = \ memops.h \ pool.h \ port.h \ + shm.h \ start.h \ time.h \ version.h