Commit e8a55cf1 authored by Robert Edmonds's avatar Robert Edmonds

Makefile.am: remove protobuf-c-rpc

parent 0e9f999a
......@@ -48,42 +48,6 @@ pkgconfig_DATA += protobuf-c/libprotobuf-c.pc
CLEANFILES += protobuf-c/libprotobuf-c.pc
EXTRA_DIST += protobuf-c/libprotobuf-c.pc.in
#
# libprotobuf-c-rpc
#
if BUILD_RPC
LIBPROTOBUF_C_RPC_CURRENT=0
LIBPROTOBUF_C_RPC_REVISION=0
LIBPROTOBUF_C_RPC_AGE=0
lib_LTLIBRARIES += \
protobuf-c-rpc/libprotobuf-c-rpc.la
nobase_include_HEADERS += \
protobuf-c-rpc/protobuf-c-data-buffer.h \
protobuf-c-rpc/protobuf-c-dispatch.h \
protobuf-c-rpc/protobuf-c-rpc.h
protobuf_c_rpc_libprotobuf_c_rpc_la_SOURCES = \
protobuf-c-rpc/gsklistmacros.h \
protobuf-c-rpc/gskrbtreemacros.h \
protobuf-c-rpc/protobuf-c-data-buffer.c \
protobuf-c-rpc/protobuf-c-dispatch.c \
protobuf-c-rpc/protobuf-c-rpc.c
protobuf_c_rpc_libprotobuf_c_rpc_la_LDFLAGS = $(AM_LDFLAGS) \
-version-info $(LIBPROTOBUF_C_RPC_CURRENT):$(LIBPROTOBUF_C_RPC_REVISION):$(LIBPROTOBUF_C_RPC_AGE) \
-export-symbols-regex "^(protobuf_c_[a-z].*)" \
-no-undefined
pkgconfig_DATA += protobuf-c-rpc/libprotobuf-c-rpc.pc
CLEANFILES += protobuf-c-rpc/libprotobuf-c-rpc.pc
EXTRA_DIST += protobuf-c-rpc/libprotobuf-c-rpc.pc.in
endif
#
# protoc-c
#
......@@ -184,27 +148,6 @@ EXTRA_DIST += \
t/test-full.proto \
t/generated-code2/common-test-arrays.h
#
# protobuf-c-rpc tests
#
if BUILD_RPC
check_PROGRAMS += \
protobuf-c-rpc/t/test-rpc
TESTS += \
protobuf-c-rpc/t/test-rpc
protobuf_c_rpc_t_test_rpc_SOURCES = \
protobuf-c-rpc/t/test-rpc.c \
t/test.pb-c.c
protobuf_c_rpc_t_test_rpc_LDADD = \
protobuf-c/libprotobuf-c.la \
protobuf-c-rpc/libprotobuf-c-rpc.la
endif
#
#
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment