[libgnome-volume-control] build: use correct -I$(srcdir)



commit 40cdff2479bfff581b33906a880023106f8543b5
Author: Colin Walters <walters verbum org>
Date:   Sat Dec 8 13:35:36 2012 -0500

    build: use correct -I$(srcdir)
    
    This Makefile.am is designed for recursive Automake, so we should use
    -I$(srcdir), not -I$(srcdir)/gvc.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0baed0c..7bf529d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ include $(INTROSPECTION_MAKEFILE)
 
 Gvc-1.0.gir: libgvc.la
 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_FILES = $(addprefix $(srcdir)/,$(libgvc_la_gir_sources))
 INTROSPECTION_GIRS = Gvc-1.0.gir



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]