diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 19:37:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 19:39:33 +0300 |
commit | 8a7279daea883f86c2a500c368d252394faeea5b (patch) | |
tree | 02ca51df41ebe0c0acb3de0cf985f8407fcd68b4 /src/Makefile.am | |
parent | 909054f9606fa2c1c9825e3cf2e025df2e3710a1 (diff) | |
download | plus-8a7279daea883f86c2a500c368d252394faeea5b.tar.gz plus-8a7279daea883f86c2a500c368d252394faeea5b.tar.bz2 plus-8a7279daea883f86c2a500c368d252394faeea5b.tar.xz plus-8a7279daea883f86c2a500c368d252394faeea5b.zip |
Move nacl messages related functions into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 992a7b396..e9a7818ce 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -445,6 +445,8 @@ SRC += events/actionevent.h \ utils/timer.cpp \ utils/timer.h \ utils/mutex.h \ + utils/naclmessages.cpp \ + utils/naclmessages.h \ utils/xml.cpp \ utils/xml.h \ utils/xmlutils.cpp \ |