Browse Source

fix Makefiles and configure.ac to correctly include include/ in tarball; minor fix for python in tarball

tags/0.124.0
Paul Davis 11 years ago
parent
commit
912432d904
5 changed files with 4 additions and 4 deletions
  1. +1
    -1
      Makefile.am
  2. +1
    -0
      configure.ac
  3. +0
    -1
      include/Makefile.am
  4. +1
    -1
      python/Makefile.am
  5. +1
    -1
      tools

+ 1
- 1
Makefile.am View File

@@ -14,7 +14,7 @@ dist-check-doxygen:
endif

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

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = jack.pc


+ 1
- 0
configure.ac View File

@@ -924,6 +924,7 @@ jack.spec
jackd/Makefile
jackd/jackd.1
include/version.h
include/Makefile
libjack/Makefile
python/Makefile
)


+ 0
- 1
include/Makefile.am View File

@@ -14,7 +14,6 @@ noinst_HEADERS = \
messagebuffer.h \
pool.h \
port.h \
ringbuffer.h \
sanitycheck.h \
shm.h \
start.h \


+ 1
- 1
python/Makefile.am View File

@@ -1,3 +1,3 @@
noinst_SCRIPTS = jackd.py
EXTRA_DIST = jackd.py jackctl.pyc mygetopt.pyc reserve_audio.py
EXTRA_DIST = jackd.py jackctl.py mygetopt.py reserve_audio.py


+ 1
- 1
tools

@@ -1 +1 @@
Subproject commit 840bbbf8cfe33a59a5b1b4a33e72f2aa6221d0b7
Subproject commit f8efbd5838fb2b1c9ed4eff55ef4ffff40bdf708

Loading…
Cancel
Save