mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
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> |
||
|---|---|---|
| .. | ||
| AUTHORS | ||
| config.c | ||
| config.h | ||
| configure.in | ||
| configure.in-gtk1 | ||
| configure.in-gtk2 | ||
| COPYING | ||
| cvscompile | ||
| driverevents.c | ||
| envy24control.1 | ||
| envy24control.c | ||
| envy24control.h | ||
| gitcompile | ||
| hardware.c | ||
| levelmeters.c | ||
| Makefile.am | ||
| midi.c | ||
| midi.h | ||
| mixer.c | ||
| new_process.c | ||
| patchbay.c | ||
| profiles.c | ||
| profiles.h | ||
| README | ||
| README.profiles | ||
| strstr_icase_blank.c | ||
| volume.c | ||
envy24control - Control tool for Envy24 (ice1712) based soundcards Needs: ALSA, GTK+, an Envy24-based soundcard To build (from unpacked tarball): ./configure If you use GTK+-1.2, pass --with-gtk2=no make su -c 'make install' To build (from GIT): ./gitcompile su -c 'make install'