1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-17 15:28:05 +00:00
Files
libsearpc/demo/Makefile.am

18 lines
617 B
Makefile
Raw Normal View History

AM_CFLAGS = @GLIB2_CFLAGS@ @GOBJECT_CFLAGS@ @JSON_GLIB_CFLAGS@ -I${top_builddir}/lib -I${top_srcdir}/lib
2011-09-13 13:07:31 +08:00
noinst_PROGRAMS = searpc-demo-server searpc-demo-client searpc-async-client
searpc_demo_server_SOURCES = searpc-demo-server.c searpc-demo-packet.h
2011-12-01 18:42:17 +08:00
searpc_demo_server_LDADD = ${top_builddir}/lib/libsearpc.la @LIB_WS32@
searpc_demo_client_SOURCES = searpc-demo-client.c searpc-demo-packet.h
2011-12-01 18:42:17 +08:00
searpc_demo_client_LDADD = ${top_builddir}/lib/libsearpc.la @LIB_WS32@
2011-09-13 13:07:31 +08:00
searpc_async_client_SOURCES = demo-async-client.c searpc-demo-packet.h
2011-12-01 18:42:17 +08:00
searpc_async_client_LDADD = ${top_builddir}/lib/libsearpc.la @LIB_WS32@
2011-09-13 13:07:31 +08:00