src/Makefile.am: Fix compilation of the riemann.proto file.
authorFlorian Forster <octo@collectd.org>
Sun, 3 Feb 2013 10:40:21 +0000 (11:40 +0100)
committerFlorian Forster <octo@collectd.org>
Sun, 3 Feb 2013 10:40:21 +0000 (11:40 +0100)
src/Makefile.am

index 98c62fa..799725a 100644 (file)
@@ -1429,7 +1429,7 @@ pinba.pb-c.c pinba.pb-c.h: pinba.proto
        protoc-c -I$(srcdir) --c_out . $(srcdir)/pinba.proto
 
 riemann.pb-c.c riemann.pb-c.h: riemann.proto
-       protoc-c --c_out . riemann.proto
+       protoc-c -I$(srcdir) --c_out . $(srcdir)/riemann.proto
 
 install-exec-hook:
        $(mkinstalldirs) $(DESTDIR)$(sysconfdir)