mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
- Support -P option to specify the patch path.
- Distribute the missing patch files.
This commit is contained in:
parent
0b5c1c4ef0
commit
40e94c77dc
2 changed files with 25 additions and 2 deletions
|
|
@ -4,9 +4,14 @@ AUTOMAKE_OPTIONS = 1.3 foreign
|
|||
bin_PROGRAMS = sbiload
|
||||
#man_MANS = sbiload.1
|
||||
|
||||
AM_CFLAGS = -DPATCHDIR=\"$(datadir)/sounds/opl3\"
|
||||
|
||||
sbiload_SOURCES = sbiload.c
|
||||
|
||||
EXTRA_DIST = README COPYING depcomp
|
||||
patchdir = $(datadir)/sounds/opl3
|
||||
patch_DATA = std.o3 drums.o3 std.sb drums.sb
|
||||
|
||||
EXTRA_DIST = README COPYING depcomp std.o3 drums.o3 std.sb drums.sb
|
||||
|
||||
alsa-dist: distdir
|
||||
@rm -rf ../../distdir/seq/sbiload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue