1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00
ezstream/Makefile.am
2007-03-09 01:52:03 +00:00

17 lines
297 B
Makefile

AUTOMAKE_OPTIONS = 1.9 foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = conf doc m4 src win32
dist_doc_DATA = COPYING NEWS README
CLEANFILES = core *.core *~ .*~
.PHONY: snapshot
regen-win32:
cd win32; ${MAKE} regen-win32
snapshot:
${MAKE} distcheck distdir=${PACKAGE}-snapshot-`date +'%Y%m%d'`