diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 00:38:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 00:38:54 +0300 |
commit | 7c701ca5041fbd7430c478f0c709c12eda664c89 (patch) | |
tree | d5892166d610701885462446620a586c5b7df244 /src/Makefile.am | |
parent | 236a451caa99a92cc57973a9f7e67b425a77327a (diff) | |
download | plus-7c701ca5041fbd7430c478f0c709c12eda664c89.tar.gz plus-7c701ca5041fbd7430c478f0c709c12eda664c89.tar.bz2 plus-7c701ca5041fbd7430c478f0c709c12eda664c89.tar.xz plus-7c701ca5041fbd7430c478f0c709c12eda664c89.zip |
Add missing file into make file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 811ae1c98..013d7459f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -642,6 +642,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ net/charserverhandler.cpp \ net/charserverhandler.h \ net/chathandler.h \ + net/familyhandler.h \ net/download.cpp \ net/download.h \ net/downloadstatus.h \ |