diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-03 19:59:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-03 19:59:35 +0300 |
commit | 601a1969d813672d7cc65edc3bd873067c551e4d (patch) | |
tree | 9b9dd6e1933be8d395076017a4705773e1c8b909 /src | |
parent | 87c3e4e2c6fa35d5118ab3fba01d8e0523c4c8e7 (diff) | |
download | plus-601a1969d813672d7cc65edc3bd873067c551e4d.tar.gz plus-601a1969d813672d7cc65edc3bd873067c551e4d.tar.bz2 plus-601a1969d813672d7cc65edc3bd873067c551e4d.tar.xz plus-601a1969d813672d7cc65edc3bd873067c551e4d.zip |
Add missing file into make file.
Diffstat (limited to 'src')
-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 61ac91935..9c988d971 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -461,6 +461,7 @@ SRC += events/actionevent.h \ utils/sdlcheckutils.h \ utils/sdlhelper.cpp \ utils/sdlhelper.h \ + utils/sdlmemoryobject.h \ utils/specialfolder.cpp \ utils/specialfolder.h \ utils/stringmap.h \ |