diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 20:50:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 20:50:48 +0300 |
commit | 74165476686480cf06c19bfc8658936597b72b03 (patch) | |
tree | fe134e1a62729eabc323e1363bae287b437c6ea1 /src/Makefile.am | |
parent | 4a358a9cd37d87d3efa06d4add22ac40221d28b1 (diff) | |
download | plus-74165476686480cf06c19bfc8658936597b72b03.tar.gz plus-74165476686480cf06c19bfc8658936597b72b03.tar.bz2 plus-74165476686480cf06c19bfc8658936597b72b03.tar.xz plus-74165476686480cf06c19bfc8658936597b72b03.zip |
Move frame into separate 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 a845cb34e..a85f4e8f3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -637,6 +637,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/db/emotedb.cpp \ resources/db/emotedb.h \ resources/fboinfo.h \ + resources/frame.h \ resources/image.cpp \ resources/image.h \ resources/imagehelper.cpp \ |