mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-07 13:30:06 -05:00
Updated for new automake
This commit is contained in:
parent
568b204683
commit
dc8f7480b5
11 changed files with 17 additions and 10 deletions
|
|
@ -3,7 +3,7 @@ man_MANS = envy24control.1
|
|||
envy24control_SOURCES = envy24control.c envy24control.h levelmeters.c \
|
||||
mixer.c patchbay.c hardware.c driverevents.c volume.c
|
||||
envy24control_LDFLAGS = $(GTK_LIBS)
|
||||
EXTRA_DIST = cvscompile envy24control.1
|
||||
EXTRA_DIST = cvscompile envy24control.1 depcomp
|
||||
|
||||
clean:
|
||||
rm -rf .deps *~
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ for f in install-sh mkinstalldirs missing; do
|
|||
done
|
||||
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
automake --foreign --add-missing
|
||||
automake --foreign --add-missing --copy
|
||||
touch depcomp
|
||||
autoconf
|
||||
export CFLAGS='-O2 -Wall -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue