Browse Source

put header-install stuff into top-level Makefile, after removing it from public headers

tags/0.124.0
Paul Davis 13 years ago
parent
commit
d2324c4cd2
3 changed files with 22 additions and 4 deletions
  1. +21
    -2
      Makefile.am
  2. +0
    -1
      configure.ac
  3. +1
    -1
      jack

+ 21
- 2
Makefile.am View File

@@ -13,8 +13,8 @@ dist-check-doxygen:
@false
endif

SUBDIRS = jack libjack jackd drivers example-clients tools config $(DOC_DIR) man python
DIST_SUBDIRS = config jack libjack jackd drivers example-clients tools doc man python
SUBDIRS = libjack jackd drivers example-clients tools config $(DOC_DIR) man python
DIST_SUBDIRS = config libjack jackd drivers example-clients tools doc man python

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = jack.pc
@@ -27,3 +27,22 @@ rpm: dist
rpm -ta $(distdir).tar.gz

dist-hook: dist-check-doxygen

libjackincludedir = $(includedir)/jack

libjackinclude_HEADERS = \
jack/intclient.h \
jack/jack.h \
jack/ringbuffer.h \
jack/statistics.h \
jack/session.h \
jack/thread.h \
jack/timestamps.h \
jack/transport.h \
jack/types.h \
jack/midiport.h \
jack/weakmacros.h \
jack/weakjack.h \
jack/control.h \
jack/jslist.h


+ 0
- 1
configure.ac View File

@@ -921,7 +921,6 @@ tools/Makefile
man/Makefile
jack.pc
jack.spec
jack/Makefile
jackd/Makefile
jackd/jackd.1
include/version.h


+ 1
- 1
jack

@@ -1 +1 @@
Subproject commit 0e2d59bd70ed1c4b6ebf4f367e4209b011c09850
Subproject commit 9ec79600a3bbe10d7231991a4edceb57156d4e90

Loading…
Cancel
Save