mirror of
http://mpg123.de/trunk/.git
synced 2025-07-30 02:01:12 +03:00
Add dump_seekindex to distribution and example Makefile.
git-svn-id: svn://scm.orgis.org/mpg123/trunk@2672 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@ -27,4 +27,5 @@ EXTRA_DIST = \
|
||||
examples/mpglib.c \
|
||||
examples/id3dump.c \
|
||||
examples/feedseek.c \
|
||||
examples/dump_seekindex.c \
|
||||
examples/Makefile
|
||||
|
@ -1,4 +1,4 @@
|
||||
targets = feedseek mpg123_to_wav scan id3dump mpglib
|
||||
targets = feedseek mpg123_to_wav scan id3dump mpglib dump_seekindex
|
||||
|
||||
all: $(targets)
|
||||
|
||||
@ -26,6 +26,9 @@ scan: scan.c
|
||||
id3dump:id3dump.c
|
||||
$(compile) -o id3dump id3dump.c
|
||||
|
||||
dump_seekindex: dump_seekindex.c
|
||||
$(compile) -o dump_seekindex dump_seekindex.c
|
||||
|
||||
mpglib: mpglib.c
|
||||
$(compile) -o mpglib mpglib.c
|
||||
|
||||
|
Reference in New Issue
Block a user