summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-06-19 17:12:06 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-20 14:01:23 +0900
commit7032f572130b6dab1f76701fd019775984d23145 (patch)
treedc6c2045c30db60f1c1f4463f117ea602ce22efb /src/daemon/daemon.cpp
parent47f71df1d84a8f9ff965cf2e6965ea57261296f4 (diff)
downloadkdbusnotification-7032f572130b6dab1f76701fd019775984d23145.tar.gz
kdbusnotification-7032f572130b6dab1f76701fd019775984d23145.zip
Drop automake build support.
Add basic cmake build instructions. Write basic README file. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2)
Diffstat (limited to 'src/daemon/daemon.cpp')
-rw-r--r--src/daemon/daemon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp
index 5826efd..9a7fe6d 100644
--- a/src/daemon/daemon.cpp
+++ b/src/daemon/daemon.cpp
@@ -19,9 +19,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*/
-
+#ifdef HAVE_CONFIG_H
#include "config.h"
-
+#endif
#include <tqsignalmapper.h>
#include <tqevent.h>
#include <tqsize.h>