1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-12-04 14:46:31 -05:00
ezstream/src/Makefile.am

31 lines
495 B
Makefile
Raw Normal View History

2015-02-23 07:51:47 -05:00
AUTOMAKE_OPTIONS = 1.10 foreign
bin_PROGRAMS = ezstream
bin_SCRIPTS = ezstream-file.sh
ezstream_SOURCES = \
compat.c \
configfile.c \
ezstream.c \
getopt.c \
metadata.c \
playlist.c \
util.c \
xalloc.c
ezstream_LDADD = @LIBOBJS@ @EZ_LIBS@
AM_CFLAGS = @EZ_CFLAGS@
2015-01-17 17:34:32 -05:00
AM_CPPFLAGS = @EZ_CPPFLAGS@ @COMPAT_INCLUDES@
AM_LDFLAGS = @EZ_LDFLAGS@
EXTRA_DIST = \
configfile.h \
ezstream.h \
metadata.h \
playlist.h \
strfctns.h \
util.h \
xalloc.h
CLEANFILES = core *.core *~ .*~