mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 07:45:43 +01:00
9 lines
188 B
Makefile
9 lines
188 B
Makefile
|
bin_PROGRAMS = gamix
|
||
|
|
||
|
INCLUDES = -DLOCALEDIR=\""$(datadir)/locale"\"
|
||
|
|
||
|
gamix_SOURCES = gamix.h main.c mkmixer.c probe.c catch.c conf_w.c
|
||
|
gamix_LDFLAGS = $(GTK_LIBS)
|
||
|
|
||
|
EXTRA_DIST = ChangeLog
|