alsa-tools/echomixer/Makefile.am
Takashi Iwai 5341e4ece0 Support both GTK+1.2 and GTK+2.x
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.
2006-03-29 11:33:02 +00:00

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)