Changeset - 4c2b8ea8a14d
[Not reviewed]
default
0 2 0
Nathan Brink (binki) - 16 years ago 2010-02-05 19:32:23
ohnobinki@ohnopublishing.net
build and link distrend against mysqlclient
2 files changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile.am
Show inline comments
 
@@ -52,6 +52,8 @@ SERVER_SOURCES = src/server/slavefuncs.c
 
	src/server/distrenjob.c \
 
	src/server/distrenjob.h
 
# distrend:
 
distrend_CFLAGS = $(AM_CFLAGS) $(MYSQL_CFLAGS)
 
distrend_LDFLAGS = $(AM_LDFLAGS) $(MYSQL_LDFLAGS)
 
distrend_SOURCES = $(SERVER_SOURCES) \
 
	src/server/distrend.c \
 
	src/server/distrend.h \
configure.ac
Show inline comments
 
@@ -59,6 +59,9 @@ PKG_PROG_PKG_CONFIG(0.17.2)
 

	
 

	
 
PKGCONFIG_OHNOWRAP([DISTLIBS], [libconfuse >= 2.5 libcurl libxml-2.0 liblist >= 2.2.1])
 
AX_LIB_MYSQL
 
AS_IF( [test "x${MYSQL_VERSION}" = "x"],
 
	[ AC_MSG_ERROR([I need mysql]) ] )
 

	
 
PKGCONFIG_OHNOWRAP([CHECK], [check >= 0.9.3])
 

	
0 comments (0 inline, 0 general)