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

29 lines
498 B
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
bin_PROGRAMS = ezstream
bin_SCRIPTS = ezstream-file.sh
2015-04-16 08:27:39 -04:00
noinst_HEADERS = \
cfg.h \
configfile.h \
ezstream.h \
metadata.h \
playlist.h \
util.h \
xalloc.h
ezstream_SOURCES = \
2015-04-16 08:27:39 -04:00
cfg.c \
configfile.c \
ezstream.c \
metadata.c \
playlist.c \
util.c \
xalloc.c
ezstream_LDADD = @LIBOBJS@ @EZ_LIBS@
AM_CFLAGS = @EZ_CFLAGS@
2015-02-27 09:17:24 -05:00
AM_CPPFLAGS = @EZ_CPPFLAGS@ -I$(top_srcdir)/compat
AM_LDFLAGS = @EZ_LDFLAGS@
CLEANFILES = core *.core *~ .*~