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