Small compilation fix...

This commit is contained in:
Jaroslav Kysela 1999-11-08 08:03:30 +00:00
parent a764bee3ab
commit af6ec33a5b

View file

@ -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)