$ git clone http://tcclient.ion.nu/tc_client.git
commit 72c69e2077522502511e96e03e6f48de36712da7
Author: Alicia <...>
Date:   Tue Oct 18 23:00:05 2016 +0200

    tc_client-gtk: install the camera placeholder animation for the 'install' target.

diff --git a/ChangeLog b/ChangeLog
index 5974732..cd5e550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 0.41:
 tc_client-gtk: bugfix: don't rely on stack allocated variables for GUI callbacks.
+tc_client-gtk: install the camera placeholder animation for the 'install' target.
 dist/appimage.sh: fix audio in appimages by building ffmpeg with support for nellymoser and speex, and depending on the system's libao and libpulse instead of including it in the appimage.
 0.40:
 Moved the backward compatibility code for avcodec_{send,receive}_{frame,packet} into a separate source file to avoid pulling libavcodec into utilities that don't use it.
diff --git a/Makefile b/Makefile
index 534a915..845c056 100644
--- a/Makefile
+++ b/Makefile
@@ -161,6 +161,7 @@ ifdef AVUTIL_LIBS
 ifdef SWSCALE_LIBS
  install -m 755 -D tc_client-gtk "$(PREFIX)/bin/tc_client-gtk"
  install -D gtkgui.glade "$(PREFIX)/share/tc_client/gtkgui.glade"
+ install -D camplaceholder.gif "$(PREFIX)/share/tc_client/camplaceholder.gif"
 endif
 endif
 endif