summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-29 23:16:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-29 23:16:27 +0300
commit8983700f6c8cc6496626ed3af235e1ec31fe5501 (patch)
tree2d85d112997176e9ab765e638b0e7f2e16677b83
parentdabeb6cf7b56838fe471cefa1066c27506624281 (diff)
downloadplus-1.4.3.29.tar.gz
plus-1.4.3.29.tar.bz2
plus-1.4.3.29.tar.xz
plus-1.4.3.29.zip
Add missing header into make files.v1.4.3.29
-rw-r--r--src/CMakeLists.txt1
-rw-r--r--src/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 02a7240f1..961fb7abd 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -552,6 +552,7 @@ SET(SRCS
utils/copynpaste.h
utils/cpu.cpp
utils/cpu.h
+ utils/delete2.h
utils/dtor.h
utils/files.cpp
utils/files.h
diff --git a/src/Makefile.am b/src/Makefile.am
index 0e3f97ebe..942ac7244 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -632,6 +632,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
utils/copynpaste.h \
utils/cpu.cpp \
utils/cpu.h \
+ utils/delete2.h \
utils/dtor.h \
utils/files.cpp \
utils/files.h \