Added depcomp

This commit is contained in:
Jaroslav Kysela 2002-10-24 12:10:53 +00:00
parent 001d825aec
commit f875ef4889
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
INCLUDES=-I$(top_srcdir)/include
SUBDIRS=include alsactl alsamixer amixer aplay seq utils
EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile
EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile depcomp
rpm: dist
$(MAKE) -C $@

View file

@ -3,6 +3,7 @@
aclocal $ACLOCAL_FLAGS
autoheader
automake --foreign --copy --add-missing
touch depcomp # for older automake
autoconf
export CFLAGS='-O2 -Wall -pipe -g'
echo "CFLAGS=$CFLAGS"