mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
678e161e54
This makes it more likely that installed libogg and libvorbis are found, when the user (or autoconf) specifies a different --prefix. Users who installed their libraries in their homedir now have to set $OGG_PREFIX and $VORBIS_PREFIX, or set their respective --with arguments. Let the snapshot target use distcheck now that it works. git-svn-id: https://svn.xiph.org/trunk/ezstream@12570 0101bb08-14d6-0310-b084-bc0e0c8e3800
14 lines
244 B
Makefile
14 lines
244 B
Makefile
AUTOMAKE_OPTIONS = 1.9 foreign
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = conf doc src win32
|
|
|
|
dist_doc_DATA = COPYING README
|
|
|
|
CLEANFILES = core *.core *~ .*~
|
|
|
|
.PHONY: snapshot
|
|
|
|
snapshot:
|
|
${MAKE} distcheck distdir=${PACKAGE}-snapshot-`date +'%Y%m%d'`
|