From: Andrew Jorgensen Date: Fri, 8 Dec 2017 15:44:36 +0000 (-0800) Subject: chime-call.c needs the generated protobuf headers X-Git-Tag: v0.9~89 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4f9e821b6955447bf49cc9e96132c511adb25caa;p=pidgin-chime.git chime-call.c needs the generated protobuf headers --- diff --git a/Makefile.am b/Makefile.am index d4be919..7094b03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,9 +36,9 @@ po/$(PACKAGE).pot: $(POTFILES) --msgid-bugs-address=dwmw2@infradead.org \ -o $@ $(POTFILES) -chime-call-audio.c: protobuf/auth_message.pb-c.h -chime-call-audio.c: protobuf/rt_message.pb-c.h -chime-call-audio.c: protobuf/data_message.pb-c.h +chime-call.c: protobuf/auth_message.pb-c.h +chime-call.c: protobuf/rt_message.pb-c.h +chime-call.c: protobuf/data_message.pb-c.h %.pb-c.c %.pb-c.h: %.proto $(PROTOC) $< --c_out .