alsa-tools/echomixer/Makefile.am
Diego 'Flameeyes' Pettenò 56970e8143 Fix building of alsa-tools when using the --as-needed linker option.
Please note that LDFLAGS is the _wrong_ variable to pass libraries
with, automake tells you to use _LDADD for binaries and _LIBADD for
libraries, while autoconf wants them in the LIBS variable.

Signed-off-by: Diego 'Flameeyes' Pettenò <flameeyes@gmail.com>
2008-11-13 13:13:53 +01:00

13 lines
370 B
Makefile

AM_CFLAGS = @ECHOMIXER_CFLAGS@
bin_PROGRAMS = echomixer
man_MANS =
echomixer_SOURCES = echomixer.c
echomixer_LDADD = @ECHOMIXER_LIBS@
EXTRA_DIST = gitcompile configure.in-gtk1 configure.in-gtk2
AUTOMAKE_OPTIONS = foreign
alsa-dist: distdir
@rm -rf ../distdir/echomixer
@mkdir -p ../distdir/echomixer
@cp -RLpv $(distdir)/* ../distdir/echomixer
@rm -rf $(distdir)