Fix warnings during build

No need to include the $(srcdir)/gvc directory, it's us.
This commit is contained in:
Bastien Nocera 2012-11-27 12:40:28 +01:00
parent f3df56c399
commit eab2bf3eea

View File

@ -6,7 +6,7 @@ INTROSPECTION_SCANNER_ARGS = --warn-all
libgvc_la_CPPFLAGS = \
$(WARN_CFLAGS) \
$(GVC_CFLAGS) \
-I$(srcdir)/gvc/ \
-I$(srcdir) \
-DWITH_INTROSPECTION \
-DG_LOG_DOMAIN="\"Gvc\""