]> www.infradead.org Git - pidgin-chime.git/commitdiff
chime-call.c needs the generated protobuf headers
authorAndrew Jorgensen <ajorgens@amazon.com>
Fri, 8 Dec 2017 15:44:36 +0000 (07:44 -0800)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Sat, 9 Dec 2017 09:22:39 +0000 (09:22 +0000)
Makefile.am

index d4be919ccb4193847a33537d28e978f4a6107c55..7094b032c87717f5304d649e45d640a1fcc9836e 100644 (file)
@@ -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 .