KDE/kdelibs/dcop/iceauth
Peter Kümmel
syntheticpp at yahoo.com
Fri Feb 17 23:59:05 CET 2006
SVN commit 510755 by kuemmel:
fix iceauth build process, tested with msvc and mingw
CCMAIL:kde-buildsystem at kde.org
M +7 -2 CMakeLists.txt
M +1 -0 process.c
--- trunk/KDE/kdelibs/dcop/iceauth/CMakeLists.txt #510754:510755
@@ -4,5 +4,10 @@
add_definitions(-DICE_t -DTRANS_SERVER -DTRANS_CLIENT -DANSICPP -DSOCKCONN -DTCPCONN)
-add_executable(iceauth iceauth.c process.c ${kICE_STAT_SRCS} )
-target_link_libraries(iceauth ${KDEWIN32_LIBRARIES} )
+set(ICEAUTH_EXEC_SRC
+ iceauth.c
+ process.c
+)
+
+kde4_add_executable(iceauth ${ICEAUTH_EXEC_SRC} )
+target_link_libraries(iceauth ${KDEWIN32_LIBRARIES} DCOP )
--- trunk/KDE/kdelibs/dcop/iceauth/process.c #510754:510755
@@ -37,6 +37,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <signal.h>
+#include <strings.h>
#define SECURERPC "SUN-DES-1"
#define K5AUTH "KERBEROS-V5-1"
More information about the Kde-buildsystem
mailing list