mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-02-02 15:07:45 -05:00
Make xalloc, util, and log reusable as libcommon
This commit is contained in:
parent
86bd51b39a
commit
4b4fee9ed0
@ -1,6 +1,6 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
|
AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libezstream.la
|
noinst_LTLIBRARIES = libcommon.la libezstream.la
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
attributes.h \
|
attributes.h \
|
||||||
cfg.h \
|
cfg.h \
|
||||||
@ -19,6 +19,12 @@ noinst_HEADERS = \
|
|||||||
stream.h \
|
stream.h \
|
||||||
util.h \
|
util.h \
|
||||||
xalloc.h
|
xalloc.h
|
||||||
|
|
||||||
|
libcommon_la_SOURCES = \
|
||||||
|
log.c \
|
||||||
|
util.c \
|
||||||
|
xalloc.c
|
||||||
|
|
||||||
libezstream_la_SOURCES = \
|
libezstream_la_SOURCES = \
|
||||||
cfg.c \
|
cfg.c \
|
||||||
cfg_decoder.c \
|
cfg_decoder.c \
|
||||||
@ -28,13 +34,11 @@ libezstream_la_SOURCES = \
|
|||||||
cfg_stream.c \
|
cfg_stream.c \
|
||||||
cfg_xmlfile.c \
|
cfg_xmlfile.c \
|
||||||
cmdline.c \
|
cmdline.c \
|
||||||
log.c \
|
|
||||||
mdata.c \
|
mdata.c \
|
||||||
playlist.c \
|
playlist.c \
|
||||||
stream.c \
|
stream.c
|
||||||
util.c \
|
|
||||||
xalloc.c
|
|
||||||
libezstream_la_DEPENDENCIES = \
|
libezstream_la_DEPENDENCIES = \
|
||||||
|
$(builddir)/libcommon.la \
|
||||||
$(top_builddir)/compat/libcompat.la
|
$(top_builddir)/compat/libcompat.la
|
||||||
libezstream_la_LIBADD = @EZ_LIBS@ \
|
libezstream_la_LIBADD = @EZ_LIBS@ \
|
||||||
$(libezstream_la_DEPENDENCIES)
|
$(libezstream_la_DEPENDENCIES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user