summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Klinikowski <kkszysiu@gmail.com>2011-05-08 11:13:37 +0200
committerKrzysztof Klinikowski <kkszysiu@gmail.com>2011-05-08 11:13:37 +0200
commit47ec46481608a24412b8d1f3643d514bfe2490a4 (patch)
treedd512b5479e59cf2bc8c11e616f89cd9dd307f51
parent510f3476dc5f63553fab4afd13a9150c19186ba8 (diff)
Forgot to add Protocol_Interface_Avatars.py into Makefile
-rw-r--r--sunshine/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/sunshine/Makefile.am b/sunshine/Makefile.am
index 180617f..6d91e0d 100644
--- a/sunshine/Makefile.am
+++ b/sunshine/Makefile.am
@@ -14,4 +14,5 @@ sunshine_PYTHON = aliasing.py \
handle.py \
__init__.py \
presence.py \
- protocol.py
+ protocol.py \
+ Protocol_Interface_Avatars.py