mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-06-20 10:51:55 +00:00
18 lines
490 B
Makefile
18 lines
490 B
Makefile
|
|
AM_CFLAGS = @GLIB_CFLAGS@ \
|
|
@JANSSON_CFLAGS@ \
|
|
-I${top_builddir}/lib \
|
|
-I${top_srcdir}/lib
|
|
|
|
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
|
|
|
|
libsearpc_la_LDFLAGS = -version-info 1:2:0 -no-undefined
|
|
|
|
libsearpc_la_LIBADD = @GLIB_LIBS@ @JANSSON_LIBS@ -lpthread
|
|
|
|
dist_bin_SCRIPTS = searpc-codegen.py
|