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
make dist should only include headers, not CVS/*
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@78 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
pbd
24 years ago
parent
cd74923982
commit
20ea0518aa
3 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
Makefile.am
+1
-1
configure.in
+1
-0
jack/Makefile.am
+ 0
- 2
Makefile.am
View File
@@ -43,7 +43,5 @@ jack_alsa_la_LDFLAGS = -module
jack_alsa_la_SOURCES = alsa_driver.c hammerfall.c generic_hw.c memops.c
jack_alsa_la_LIBADD = -lasound $(GLIB_LIBS)
EXTRA_DIST = jack
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = jack.pc
+ 1
- 1
configure.in
View File
@@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR(.)
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=4
JACK_MICRO_VERSION=
6
JACK_MICRO_VERSION=
7
BETA=
+ 1
- 0
jack/Makefile.am
View File
@@ -9,6 +9,7 @@ libjackinclude_HEADERS = jack.h \
engine.h
noinst_HEADERS = alsa_driver.h \
hardware.h \
generic.h \
hammerfall.h \
internal.h \
Write
Preview
Loading…
Cancel
Save