diff options
author | Bastien Nocera <hadess@hadess.net> | 2012-11-27 12:40:28 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2012-11-27 12:42:03 +0100 |
commit | eab2bf3eeabc5445c7c2168dadb732c4b7a45deb (patch) | |
tree | 81f06ebca7bca36991b53f621b06e597808f16b3 | |
parent | f3df56c399279f52b141b4a2fa3df0b08bdcec55 (diff) | |
download | libgnome-volume-control-eab2bf3eeabc5445c7c2168dadb732c4b7a45deb.tar.gz |
Fix warnings during build
No need to include the $(srcdir)/gvc directory, it's us.
-rw-r--r-- | Makefile.am | 2 |
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\"" |