mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:25:43 +01:00
5 lines
356 B
Makefile
5 lines
356 B
Makefile
bin_PROGRAMS = xamixer2
|
|
xamixer2_SOURCES = main.h structs.h xamixer2.c xamixer2.h callbacks.c callbacks.h cinit.c cinit.h display.c display.h util.c util.h config.c config.h switches.c switches.h options.c options.h
|
|
xamixer2_LDFLAGS = $(GTK_LIBS)
|
|
sysconf_DATA = xamixer.conf
|
|
EXTRA_DIST = README COPYING INSTALL AUTHORS NEWS TODO xamixer.home xamixer.conf
|