From 7032f572130b6dab1f76701fd019775984d23145 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 19 Jun 2020 17:12:06 +0200 Subject: Drop automake build support. Add basic cmake build instructions. Write basic README file. Some cosmetics. Signed-off-by: gregory guy (cherry picked from commit eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2) --- src/daemon/daemon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/daemon/daemon.cpp') 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 #include #include -- cgit v1.2.3