mirror of
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
synced 2024-11-21 08:20:40 -05:00
build: use correct -I$(srcdir)
This Makefile.am is designed for recursive Automake, so we should use -I$(srcdir), not -I$(srcdir)/gvc.
This commit is contained in:
parent
c1f42d50e3
commit
40cdff2479
@ -51,7 +51,7 @@ include $(INTROSPECTION_MAKEFILE)
|
|||||||
|
|
||||||
Gvc-1.0.gir: libgvc.la
|
Gvc-1.0.gir: libgvc.la
|
||||||
Gvc_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0
|
Gvc_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0
|
||||||
Gvc_1_0_gir_CFLAGS = $(INCLUDES) -I$(srcdir)/gvc -DWITH_INTROSPECTION
|
Gvc_1_0_gir_CFLAGS = $(INCLUDES) -I$(srcdir) -DWITH_INTROSPECTION
|
||||||
Gvc_1_0_gir_LIBS = libgvc.la
|
Gvc_1_0_gir_LIBS = libgvc.la
|
||||||
Gvc_1_0_gir_FILES = $(addprefix $(srcdir)/,$(libgvc_la_gir_sources))
|
Gvc_1_0_gir_FILES = $(addprefix $(srcdir)/,$(libgvc_la_gir_sources))
|
||||||
INTROSPECTION_GIRS = Gvc-1.0.gir
|
INTROSPECTION_GIRS = Gvc-1.0.gir
|
||||||
|
Loading…
Reference in New Issue
Block a user