1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-06-20 19:01:56 +00:00
libsearpc/lib/Makefile.am

18 lines
490 B
Makefile
Raw Permalink Normal View History

2012-05-08 03:59:31 +00:00
AM_CFLAGS = @GLIB_CFLAGS@ \
2013-08-08 08:24:20 +00:00
@JANSSON_CFLAGS@ \
-I${top_builddir}/lib \
-I${top_srcdir}/lib
2011-05-18 03:06:01 +00:00
lib_LTLIBRARIES = libsearpc.la
include_HEADERS = searpc-client.h searpc-server.h searpc-utils.h searpc.h searpc-named-pipe-transport.h
libsearpc_la_SOURCES = searpc-client.c searpc-server.c searpc-utils.c searpc-named-pipe-transport.c
2012-07-13 06:25:31 +00:00
libsearpc_la_LDFLAGS = -version-info 1:2:0 -no-undefined
libsearpc_la_LIBADD = @GLIB_LIBS@ @JANSSON_LIBS@ -lpthread
dist_bin_SCRIPTS = searpc-codegen.py