SOURCES: perdition-daemon.patch - updated for 1.17.1
zbyniu
zbyniu at pld-linux.org
Fri Nov 2 02:24:06 CET 2007
Author: zbyniu Date: Fri Nov 2 01:24:06 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 1.17.1
---- Files affected:
SOURCES:
perdition-daemon.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/perdition-daemon.patch
diff -u SOURCES/perdition-daemon.patch:1.2 SOURCES/perdition-daemon.patch:1.3
--- SOURCES/perdition-daemon.patch:1.2 Fri Feb 23 00:02:47 2007
+++ SOURCES/perdition-daemon.patch Fri Nov 2 02:24:01 2007
@@ -5,10 +5,10 @@
noinst_PROGRAMS = client server
+client_CFLAGS = $(AM_CFLAGS)
- client_SOURCES = client.c unix_socket.c unix_socket.h
- client_LDADD = @socket_lib@ -lvanessa_logger -L. -lperditiondb_daemon_packet
+ client_SOURCES = client.c
+ client_LDADD = $(COMMON_LIBRARY_ADD)
+server_CFLAGS = $(AM_CFLAGS)
- server_SOURCES = server.c unix_socket.c unix_socket.h
- server_LDADD = @socket_lib@ -lvanessa_logger -L. -lperditiondb_daemon_packet
+ server_SOURCES = server.c
+ server_LDADD = $(COMMON_LIBRARY_ADD)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/perdition-daemon.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list