mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 06:35:41 +01:00
8 lines
188 B
Makefile
8 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
|