1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-02-02 15:07:45 -05:00
ezstream/src/Makefile.am

30 lines
514 B
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
bin_PROGRAMS = ezstream
bin_SCRIPTS = ezstream-file.sh
2015-04-16 14:27:39 +02:00
noinst_HEADERS = \
2015-04-15 23:17:20 +02:00
attributes.h \
2015-04-16 14:27:39 +02:00
cfg.h \
configfile.h \
ezstream.h \
metadata.h \
playlist.h \
util.h \
xalloc.h
ezstream_SOURCES = \
2015-04-16 14:27:39 +02: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 15:17:24 +01:00
AM_CPPFLAGS = @EZ_CPPFLAGS@ -I$(top_srcdir)/compat
AM_LDFLAGS = @EZ_LDFLAGS@
CLEANFILES = core *.core *~ .*~