1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-01 03:54:15 -04:00
ezstream/Makefile.am
Moritz Grimm 0f6de67977 Depend on TagLib unconditionally
- Removes effectively untested code paths
- Removes libvorbisfile dependency
2016-04-22 15:56:30 +02:00

19 lines
450 B
Makefile

AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = build-aux compat doc examples m4 src tests
dist_doc_DATA = COPYING NEWS README
EXTRA_DIST = \
autogen.sh \
m4/attribute.m4 m4/ccflags.m4 m4/libshout.m4 m4/libxml2.m4 \
m4/progname.m4 m4/taglib.m4 m4/tree.m4 m4/vacopy.m4 m4/vars.m4
CLEANFILES = core *.core *~ .*~
.PHONY: snapshot
snapshot:
${MAKE} distcheck distdir=${PACKAGE}-snapshot-`date +'%Y%m%d'`