[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/network/kftpgrabber
From:       Laurent Montel <montel () kde ! org>
Date:       2007-05-04 7:25:28
Message-ID: 1178263528.162852.26038.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 660941 by mlaurent:

add missing config.h.cmake and rename it to config-kftpgrabber.h
to be conherent with other kde module


 M  +1 -1      CMakeLists.txt  
 A             config-kftpgrabber.h.cmake  
 M  +1 -3      src/mainwindow.h  
 M  +1 -1      src/misc/libs/ssh/libssh.h  


--- trunk/extragear/network/kftpgrabber/CMakeLists.txt #660940:660941
@@ -18,7 +18,7 @@
 check_symbol_exists(poll              "poll.h"        HAVE_POLL)
 check_symbol_exists(select            "sys/select.h"  HAVE_SELECT)
 
-configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
+configure_file(config-kftpgrabber.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kftpgrabber.h)
 
 add_subdirectory( src ) 
 
--- trunk/extragear/network/kftpgrabber/src/mainwindow.h #660940:660941
@@ -37,9 +37,7 @@
 #ifndef MAINWINDOW_H_
 #define MAINWINDOW_H_
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <config-kftpgrabber.h>
 
 #include <qtimer.h>
 
--- trunk/extragear/network/kftpgrabber/src/misc/libs/ssh/libssh.h #660940:660941
@@ -20,7 +20,7 @@
 
 #ifndef _LIBSSH_H
 #define _LIBSSH_H
-#include "config.h"
+#include "config-kftpgrabber.h"
 #include <unistd.h>
 #include <sys/select.h> /* for fd_set * */
 #include <sys/types.h>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic