summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-11-27 12:40:28 +0100
committerBastien Nocera <hadess@hadess.net>2012-11-27 12:42:03 +0100
commiteab2bf3eeabc5445c7c2168dadb732c4b7a45deb (patch)
tree81f06ebca7bca36991b53f621b06e597808f16b3
parentf3df56c399279f52b141b4a2fa3df0b08bdcec55 (diff)
downloadlibgnome-volume-control-eab2bf3eeabc5445c7c2168dadb732c4b7a45deb.tar.gz
Fix warnings during build
No need to include the $(srcdir)/gvc directory, it's us.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 54bf7c6..0baed0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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\""