mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-21 05:33:51 -04:00
Initial version
This commit is contained in:
commit
8785f9288e
12 changed files with 2694 additions and 0 deletions
9
envy24control/Makefile.am
Normal file
9
envy24control/Makefile.am
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
bin_PROGRAMS = envy24control
|
||||
envy24control_SOURCES = envy24control.c envy24control.h levelmeters.c \
|
||||
mixer.c patchbay.c hardware.c driverevents.c
|
||||
envy24control_LDFLAGS = $(GTK_LIBS)
|
||||
EXTRA_DIST = cvscompile
|
||||
|
||||
clean:
|
||||
rm -rf .deps *~
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue