2011-04-15 14:33:25 +08:00
|
|
|
|
2012-05-08 11:59:31 +08:00
|
|
|
AM_CFLAGS = @GLIB_CFLAGS@ \
|
2011-12-25 15:30:15 +08:00
|
|
|
-I${top_builddir}/lib \
|
2012-05-08 11:59:31 +08:00
|
|
|
-I${top_srcdir}/json-glib \
|
2011-12-25 15:30:15 +08:00
|
|
|
-I${top_srcdir}/lib \
|
|
|
|
-DG_LOG_DOMAIN=\"Searpc\"
|
2011-04-15 14:33:25 +08:00
|
|
|
|
2011-05-18 11:06:01 +08:00
|
|
|
lib_LTLIBRARIES = libsearpc.la
|
2011-04-15 14:33:25 +08:00
|
|
|
|
2012-06-21 10:20:26 +08:00
|
|
|
include_HEADERS = searpc-client.h searpc-server.h searpc-utils.h searpc.h
|
2011-04-15 14:33:25 +08:00
|
|
|
|
2012-06-21 10:20:26 +08:00
|
|
|
libsearpc_la_SOURCES = searpc-client.c searpc-server.c
|
2011-04-15 14:33:25 +08:00
|
|
|
|
2012-07-13 14:25:31 +08:00
|
|
|
libsearpc_la_LDFLAGS = -version-info 1:2:0 -no-undefined
|
2011-04-15 14:33:25 +08:00
|
|
|
|
2012-05-08 11:59:31 +08:00
|
|
|
libsearpc_la_LIBADD = @GLIB_LIBS@ \
|
2012-05-09 16:16:50 +08:00
|
|
|
${top_builddir}/json-glib/json-glib/libsearpc-json-glib.la
|
2011-04-15 14:33:25 +08:00
|
|
|
|
2012-06-07 20:00:21 +08:00
|
|
|
dist_bin_SCRIPTS = searpc-codegen.py
|