mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 08:55:43 +01:00
Small compilation fix...
This commit is contained in:
parent
a764bee3ab
commit
af6ec33a5b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ bin_PROGRAMS = gamix
|
||||||
|
|
||||||
INCLUDES = -DLOCALEDIR=\""$(datadir)/locale"\"
|
INCLUDES = -DLOCALEDIR=\""$(datadir)/locale"\"
|
||||||
|
|
||||||
CFLAGS += -DPACKAGE=\""alsa-utils\"" -DVERSION=\""$VERSION\""
|
DEFS := $(DEFS) -DPACKAGE=\""alsa-utils\"" -DVERSION=\""$(VERSION)\""
|
||||||
gamix_SOURCES = gamix.h main.c mkmixer.c probe.c catch.c conf_w.c
|
gamix_SOURCES = gamix.h main.c mkmixer.c probe.c catch.c conf_w.c
|
||||||
gamix_LDFLAGS = $(GTK_LIBS)
|
gamix_LDFLAGS = $(GTK_LIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue