mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-12-04 14:46:31 -05:00
c205414d70
git-svn-id: https://svn.xiph.org/trunk/ezstream@12615 0101bb08-14d6-0310-b084-bc0e0c8e3800
14 lines
325 B
Makefile
14 lines
325 B
Makefile
AUTOMAKE_OPTIONS = 1.9 foreign
|
|
|
|
bin_PROGRAMS = ezstream
|
|
|
|
ezstream_SOURCES = ezstream.c configfile.c playlist.c util.c
|
|
ezstream_LDADD = @LIBOBJS@ @XIPH_LIBS@
|
|
|
|
AM_CFLAGS = @XIPH_CFLAGS@
|
|
AM_CPPFLAGS = @XIPH_CPPFLAGS@
|
|
|
|
EXTRA_DIST = compat.h configfile.h getopt.h playlist.h strfctns.h util.h
|
|
|
|
CLEANFILES = core *.core *~ .*~
|