Wrapped long lines.
Moved headers from HEADERS to SOURCES.
This commit is contained in:
@@ -2,8 +2,15 @@
|
||||
|
||||
BUILT_SOURCES = cue_parse.h toc_parse.h
|
||||
EXTRA_DIST = $(BUILT_SOURCES)
|
||||
|
||||
AM_YFLAGS = -d
|
||||
AM_LFLAGS = -olex.yy.c
|
||||
noinst_HEADERS = cd.h cdtext.h cue_parse_prefix.h toc_parse_prefix.h cuefile.h cue.h time.h toc.h
|
||||
|
||||
noinst_LIBRARIES = libcuefile.a
|
||||
libcuefile_a_SOURCES = cd.c cdtext.c time.c cuefile.c cue_print.c toc_print.c cue_parse.y cue_scan.l toc_parse.y toc_scan.l
|
||||
|
||||
libcuefile_a_headers = cd.h cdtext.h cuefile.h cue.h time.h toc.h \
|
||||
cue_parse_prefix.h toc_parse_prefix.h
|
||||
|
||||
libcuefile_a_SOURCES = cd.c cdtext.c time.c cuefile.c cue_print.c toc_print.c \
|
||||
cue_parse.y cue_scan.l toc_parse.y toc_scan.l \
|
||||
$(libcuefile_a_headers)
|
||||
|
||||
Reference in New Issue
Block a user