mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-28 05:40:23 -04:00
Support both GTK+ 1.2 and GTK+ 2.x in single configure scripts. GTK+ 2.x is used unless --with-gtk2=no is given. If you have no gtk1 or gtk2 devel packages, use configure.in-gtk1 or -gtk2 and do autoreconf.
13 lines
361 B
Makefile
13 lines
361 B
Makefile
AM_CFLAGS = @ECHOMIXER_CFLAGS@
|
|
bin_PROGRAMS = echomixer
|
|
man_MANS =
|
|
echomixer_SOURCES = echomixer.c
|
|
echomixer_LDFLAGS = @ECHOMIXER_LIBS@
|
|
EXTRA_DIST = 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)
|